C# Класс Google.GData.Client.GDataRequestException

Наследование: LoggedException
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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