コード例 #1
0
 // Token: 0x06015579 RID: 87417 RVA: 0x0056A670 File Offset: 0x00568870
 public ArgsException(ArgsException.ErrorCode errorCode, string errorArgumentId, string errorParameter)
 {
     this._errorCode       = errorCode;
     this._errorArgumentId = errorArgumentId;
     this._errorParameter  = errorParameter;
 }
コード例 #2
0
 // Token: 0x0601557F RID: 87423 RVA: 0x0056A6C8 File Offset: 0x005688C8
 public void SetErrorCode(ArgsException.ErrorCode errorCode)
 {
     this._errorCode = errorCode;
 }
コード例 #3
0
 // Token: 0x06015577 RID: 87415 RVA: 0x0056A630 File Offset: 0x00568830
 public ArgsException(ArgsException.ErrorCode errorCode)
 {
     this._errorCode = errorCode;
 }