File tree Expand file tree Collapse file tree
Ignia.Topics/Repositories Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ public class TopicRepositoryException : DbException {
2929 /*==========================================================================================================================
3030 | CONSTRUCTOR: TAXONOMY DELETE EVENT ARGS
3131 \-------------------------------------------------------------------------------------------------------------------------*/
32+ /// <summary>
33+ /// Initializes a new <see cref="TopicRepositoryException" /> instance.
34+ /// </summary>
35+ /// <param name="message">The message to display for this exception.</param>
36+ public TopicRepositoryException ( ) : base ( ) { }
37+
3238 /// <summary>
3339 /// Initializes a new <see cref="TopicRepositoryException" /> instance with a specific error message.
3440 /// </summary>
You can’t perform that action at this time.
0 commit comments