Example #1
0
 public AnnoInvokeEngineException(AnnoInvokeEngineExceptionType type, string message)
     : base(message)
 {
     this.Type = type;
 }
Example #2
0
 public AnnoInvokeEngineException(AnnoInvokeEngineExceptionType type)
 {
     this.Type = type;
 }