ClientRequestException members
The exception that is thrown when a client request fails.
The ClientRequestException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientRequestException(String) | Initializes a new instance of the ClientRequestException class with the specified error message. | |
ClientRequestException(SerializationInfo, StreamingContext) | Initializes a new instance of the ClientRequestException class with serialized data. | |
ClientRequestException(String, Exception) | Initializes a new instance of the ClientRequestException class with a specified exception message and a reference to the inner exception that is the cause of this exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top