Esempio n. 1
0
 public AppException(ExceptionEventType exceptionEvent) : this(nameof(exceptionEvent), exceptionEvent)
 {
 }
Esempio n. 2
0
 public AppException(string message, ExceptionEventType exceptionEvent) : base(message)
 {
     ExceptionEvent = exceptionEvent;
 }