Exemple #1
0
 public UIException(UIExceptions uiException, string message) : base(message)
 {
     Status = uiException;
 }
Exemple #2
0
 public UIException(UIExceptions uiException) : base()
 {
     Status = uiException;
 }