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