Exemplo n.º 1
0
 public MyTwseException(MyTwseExceptionEnum errorCode, string detail)
 {
     this.ErrorCode       = errorCode;
     this.ExceptionDetail = detail;
 }
Exemplo n.º 2
0
 public MyTwseException(MyTwseExceptionEnum errorCode, ModelStateDictionary modelState)
 {
     this.ErrorCode       = errorCode;
     this.ExceptionDetail = modelState;
 }
Exemplo n.º 3
0
 public MyTwseException(MyTwseExceptionEnum errorCode)
 {
     this.ErrorCode = errorCode;
 }