public EmsgException(EmsgExceptionType emsgExceptionType, Exception innerException) : base(emsgExceptionType.ToString(), innerException) { EmsgExceptionType = emsgExceptionType; }
public EmsgException(EmsgExceptionType emsgExceptionType) : base(emsgExceptionType.ToString()) { EmsgExceptionType = emsgExceptionType; }