コード例 #1
0
ファイル: WsatAdminException.cs プロジェクト: JianwenSun/cc
 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;
 }