예제 #1
0
 public AppException(ExceptionEventType exceptionEvent) : this(nameof(exceptionEvent), exceptionEvent)
 {
 }
예제 #2
0
 public AppException(string message, ExceptionEventType exceptionEvent) : base(message)
 {
     ExceptionEvent = exceptionEvent;
 }