Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of <c>DomainException</c> class.
 /// </summary>
 /// <param name="message">The error message to be provided to the exception.</param>
 /// <param name="innerException">The inner exception which causes this exception to occur.</param>
 public DomainException(string message, DomainException innerException)
     : base(message, innerException)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of <c>DomainException</c> class.
 /// </summary>
 /// <param name="message">The error message to be provided to the exception.</param>
 /// <param name="innerException">The inner exception which causes this exception to occur.</param>
 public DomainException(string message, DomainException innerException) : base(message, innerException)
 {
 }