Exemplo n.º 1
0
		public ExceptionServiceEventArgs(ExceptionServiceEventType eventType, object arg = null) {
			EventType = eventType;
			Argument = arg;
		}
Exemplo n.º 2
0
 public ExceptionServiceEventArgs(ExceptionServiceEventType eventType, object arg = null)
 {
     EventType = eventType;
     Argument  = arg;
 }