예제 #1
0
 internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage, Exception innerException)
     : base(errMessage, innerException)
 {
     this.errCode = errCode;
 }
예제 #2
0
 internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage, Exception innerException)
     : base(errMessage, innerException)
 {
     this.errCode = errCode;
 }