Пример #1
0
 public UIBaseException(UIExceptionTypes type, UIFatalExceptionIdentifiers id, string msg, string execptionSrc)
     : base(msg, execptionSrc)
 {
     ExceptionType            = type;
     FatalExceptionIdentifier = id;
 }
Пример #2
0
 public UIBaseException(UIExceptionTypes type, string msg, string execptionSrc)
     : base(msg, execptionSrc)
 {
     ExceptionType = type;
 }