Esempio n. 1
0
 public DashboardException(DashboardErrorType errorType, Exception inner, String message = "")
     : base(message, inner)
 {
     ErrorType = errorType;
 }
Esempio n. 2
0
 public DashboardException(DashboardErrorType errorType)
 {
     ErrorType = errorType;
 }