Пример #1
0
 public EmsgException(EmsgExceptionType emsgExceptionType, Exception innerException)
     : base(emsgExceptionType.ToString(), innerException)
 {
     EmsgExceptionType = emsgExceptionType;
 }
Пример #2
0
 public EmsgException(EmsgExceptionType emsgExceptionType) : base(emsgExceptionType.ToString())
 {
     EmsgExceptionType = emsgExceptionType;
 }