コード例 #1
0
ファイル: SearchException.cs プロジェクト: sebbalex/PITre
 public SearchException(SearchExceptionCode code, string message)
 {
     this._code    = code;
     this._message = message;
 }
コード例 #2
0
ファイル: SearchException.cs プロジェクト: sebbalex/PITre
 public SearchException(SearchExceptionCode code)
 {
     this._code = code;
 }