Ejemplo n.º 1
0
 internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage, Exception innerException)
     : base(errMessage, innerException)
 {
     this.errCode = errCode;
 }
Ejemplo n.º 2
0
 internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage, Exception innerException)
     : base(errMessage, innerException)
 {
     this.errCode = errCode;
 }