C# Класс Facebook.WebExceptionWrapper

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

Открытые методы

Метод Описание
GetResponseStream ( ) : Stream
WebExceptionWrapper ( WebException webException ) : System

Защищенные методы

Метод Описание
WebExceptionWrapper ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WebExceptionWrapper class.

Описание методов

GetResponseStream() публичный Метод

public GetResponseStream ( ) : Stream
Результат Stream

WebExceptionWrapper() защищенный Метод

Initializes a new instance of the WebExceptionWrapper class.
The parameter is null. The class name is null or is zero (0).
protected WebExceptionWrapper ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System

WebExceptionWrapper() публичный Метод

public WebExceptionWrapper ( WebException webException ) : System
webException System.Net.WebException
Результат System