예제 #1
0
 public AsyncRequestResult(GoogleApiRequestException exception)
 {
     this.exception = exception;
 }
예제 #2
0
파일: Request.cs 프로젝트: artzub/LoggenCSG
 public AsyncRequestResult(GoogleApiRequestException exception)
 {
     this.exception = exception;
 }