Method | 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, |
||
WebException ( string message, WebExceptionStatus status ) : System.Diagnostics |
Method | Description | |
---|---|---|
WebException ( System serializationInfo, System streamingContext ) | ||
WebException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics |
Method | Description | |
---|---|---|
CreateCompatibleException ( Exception exception ) : Exception | ||
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void |
public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | void |
public GetObjectData ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
public System ( System serializationInfo, System streamingContext ) : void | ||
serializationInfo | System | |
streamingContext | System | |
return | void |
protected WebException ( System serializationInfo, System streamingContext ) | ||
serializationInfo | System | |
streamingContext | System |
public WebException ( string message, System innerException ) | ||
message | string | |
innerException | System |
public WebException ( string message, System innerException, System status, System response ) | ||
message | string | |
innerException | System | |
status | System | |
response | System |
protected WebException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | System.Diagnostics |
public WebException ( string message ) : System.Diagnostics | ||
message | string | |
return | System.Diagnostics |
public WebException ( string message, Exception innerException ) : System.Diagnostics | ||
message | string | |
innerException | Exception | |
return | System.Diagnostics |
public WebException ( string message, Exception innerException, WebExceptionStatus status, |
||
message | string | |
innerException | Exception | |
status | WebExceptionStatus | |
response | ||
return | System.Diagnostics |
public WebException ( string message, WebExceptionStatus status ) : System.Diagnostics | ||
message | string | |
status | WebExceptionStatus | |
return | System.Diagnostics |