Method | Description | |
---|---|---|
GetObjectData ( |
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
|
|
RestException ( string url, string request, string response, string message, |
Initializes a new instance of the RestException class.
|
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public RestException ( string url, string request, string response, string message, |
||
url | string | |
request | string | |
response | string | |
message | string | |
innerException | ||
return | System |