Пример #1
0
 public ExceptionManagerEventArgs(ExceptionManagerEventType eventType, object arg = null)
 {
     this.EventType = eventType;
     this.Argument = arg;
 }
Пример #2
0
 public ExceptionManagerEventArgs(ExceptionManagerEventType eventType, object arg = null)
 {
     this.EventType = eventType;
     this.Argument  = arg;
 }