C# Class Facebook.WebExceptionWrapper

Inheritance: System.Exception
Afficher le fichier Open project: anujb/MonoMobile.Facebook Class Usage Examples

Méthodes publiques

Méthode Description
GetResponseStream ( ) : Stream
WebExceptionWrapper ( WebException webException ) : System

Méthodes protégées

Méthode Description
WebExceptionWrapper ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WebExceptionWrapper class.

Method Details

GetResponseStream() public méthode

public GetResponseStream ( ) : Stream
Résultat Stream

WebExceptionWrapper() protected méthode

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.
Résultat System

WebExceptionWrapper() public méthode

public WebExceptionWrapper ( WebException webException ) : System
webException System.Net.WebException
Résultat System