コード例 #1
0
ファイル: Request.cs プロジェクト: nick0816/LoggenCSG
 public AsyncRequestResult(GoogleApiRequestException exception)
 {
     this.exception = exception;
 }
コード例 #2
0
ファイル: Request.cs プロジェクト: artzub/LoggenCSG
 public AsyncRequestResult(GoogleApiRequestException exception)
 {
     this.exception = exception;
 }