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

상속: LoggedException
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
responseText string
webResponse WebResponse

공개 메소드들

메소드 설명
GDataRequestException ( ) : System

default constructor so that FxCop does not complain

GDataRequestException ( string msg ) : System

public GDataRequestException(WebException e)

GDataRequestException ( string msg, Exception exception ) : System

public GDataRequestException(WebException e)

GDataRequestException ( string msg, WebException exception ) : System

public GDataRequestException(WebException e)

GDataRequestException ( string msg, WebResponse response ) : System

public GDataRequestException(WebException e)

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

overridden to make FxCop happy and future use

보호된 메소드들

메소드 설명
GDataRequestException ( SerializationInfo info, StreamingContext context ) : System

here to please FxCop and maybe for future use

ReadResponseString ( ) : string

this uses the webresponse object to get at the stream send back from the server.

메소드 상세

GDataRequestException() 공개 메소드

default constructor so that FxCop does not complain
public GDataRequestException ( ) : System
리턴 System

GDataRequestException() 보호된 메소드

here to please FxCop and maybe for future use
protected GDataRequestException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

GDataRequestException() 공개 메소드

public GDataRequestException(WebException e)
public GDataRequestException ( string msg ) : System
msg string the exception message as a string
리턴 System

GDataRequestException() 공개 메소드

public GDataRequestException(WebException e)
public GDataRequestException ( string msg, Exception exception ) : System
msg string the exception message as a string
exception System.Exception the inner exception
리턴 System

GDataRequestException() 공개 메소드

public GDataRequestException(WebException e)
public GDataRequestException ( string msg, WebException exception ) : System
msg string the exception message as a string
exception System.Net.WebException the inner exception
리턴 System

GDataRequestException() 공개 메소드

public GDataRequestException(WebException e)
public GDataRequestException ( string msg, WebResponse response ) : System
msg string the exception message as a string
response WebResponse the webresponse object that caused the exception
리턴 System

GetObjectData() 공개 메소드

overridden to make FxCop happy and future use
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void

ReadResponseString() 보호된 메소드

this uses the webresponse object to get at the stream send back from the server.
protected ReadResponseString ( ) : string
리턴 string

프로퍼티 상세

responseText 보호되어 있는 프로퍼티

cache to hold the responseText in an error scenario
protected string responseText
리턴 string

webResponse 보호되어 있는 프로퍼티

holds the webresponse object
protected WebResponse webResponse
리턴 WebResponse