C# 클래스 Google.GData.Client.GDataRedirectException

exception class thrown when we encounter a redirect (302 and 307) when accessing a server
상속: GDataRequestException
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData 1 사용 예제들

공개 메소드들

메소드 설명
GDataRedirectException ( string msg, WebResponse response ) : System

constructs a redirect execption

메소드 상세

GDataRedirectException() 공개 메소드

constructs a redirect execption
public GDataRedirectException ( string msg, WebResponse response ) : System
msg string the exception message as a string
response System.Net.WebResponse the webresponse object that caused the exception
리턴 System