示例#1
0
 public UpdatPersonImageException(UIFatalExceptionIdentifiers id, string msg, string execptionSrc)
     : base(UIExceptionTypes.Fatal, id, msg, execptionSrc)
 {
 }
示例#2
0
 public InvalidDatabaseStateException(UIFatalExceptionIdentifiers id, string msg, string execptionSrc)
     : base(UIExceptionTypes.Fatal, id, msg, execptionSrc)
 {
 }
示例#3
0
 public UIBaseException(UIExceptionTypes type, UIFatalExceptionIdentifiers id, string msg, string execptionSrc)
     : base(msg, execptionSrc)
 {
     ExceptionType            = type;
     FatalExceptionIdentifier = id;
 }
 public ReportParameterIsNotMatchException(UIFatalExceptionIdentifiers id, string msg, string execptionSrc)
     : base(UIExceptionTypes.Fatal, id, msg, execptionSrc)
 {
 }