/// <summary>The default constructor for NotETSICompliantException.</summary>
 /// <remarks>The default constructor for NotETSICompliantException.</remarks>
 /// <param name="message"></param>
 public NotETSICompliantException(NotETSICompliantException.MSG message)
 {
     if (message == null)
     {
         throw new ArgumentException("Cannot build Exception without a message");
     }
     this.key = message;
 }
Example #2
0
 /// <summary>The default constructor for NotETSICompliantException.</summary>
 /// <remarks>The default constructor for NotETSICompliantException.</remarks>
 /// <param name="message"></param>
 public NotETSICompliantException(NotETSICompliantException.MSG message)
 {
     if (message == null)
     {
         throw new ArgumentException("Cannot build Exception without a message");
     }
     this.key = message;
 }