C# Class System.Net.WebException

Inheritance: InvalidOperationException
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
GetObjectData ( System serializationInfo, System streamingContext ) : void
System ( System serializationInfo, System streamingContext ) : void
WebException ( )
WebException ( string message )
WebException ( string message, System innerException )
WebException ( string message, System innerException, System status, System response )
WebException ( ) : System.Diagnostics
WebException ( string message ) : System.Diagnostics
WebException ( string message, Exception innerException ) : System.Diagnostics
WebException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System.Diagnostics
WebException ( string message, WebExceptionStatus status ) : System.Diagnostics

Méthodes protégées

Méthode Description
WebException ( System serializationInfo, System streamingContext )
WebException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics

Private Methods

Méthode Description
CreateCompatibleException ( Exception exception ) : Exception
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat void

GetObjectData() public méthode

public GetObjectData ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
Résultat void

System() public méthode

public System ( System serializationInfo, System streamingContext ) : void
serializationInfo System
streamingContext System
Résultat void

WebException() public méthode

public WebException ( )

WebException() protected méthode

protected WebException ( System serializationInfo, System streamingContext )
serializationInfo System
streamingContext System

WebException() public méthode

public WebException ( string message )
message string

WebException() public méthode

public WebException ( string message, System innerException )
message string
innerException System

WebException() public méthode

public WebException ( string message, System innerException, System status, System response )
message string
innerException System
status System
response System

WebException() public méthode

public WebException ( ) : System.Diagnostics
Résultat System.Diagnostics

WebException() protected méthode

protected WebException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat System.Diagnostics

WebException() public méthode

public WebException ( string message ) : System.Diagnostics
message string
Résultat System.Diagnostics

WebException() public méthode

public WebException ( string message, Exception innerException ) : System.Diagnostics
message string
innerException Exception
Résultat System.Diagnostics

WebException() public méthode

public WebException ( string message, Exception innerException, WebExceptionStatus status, WebResponse response ) : System.Diagnostics
message string
innerException Exception
status WebExceptionStatus
response WebResponse
Résultat System.Diagnostics

WebException() public méthode

public WebException ( string message, WebExceptionStatus status ) : System.Diagnostics
message string
status WebExceptionStatus
Résultat System.Diagnostics