Beispiel #1
0
 public ABOException(string message, AboExceptionType exceptionType) : base(message)
 {
     ExceptionType = exceptionType;
 }
Beispiel #2
0
 public ABOException(string message) : base(message)
 {
     ExceptionType = AboExceptionType.Error;
 }