![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
Extends the TimeoutException class to contain the IRestResponse that timed out. More...
Public Member Functions | |
RequestTimeoutException (string message, Exception innerException=null, IRestResponse restResponse=null) | |
Construct a new RequestTimeoutException. | |
Properties | |
IRestRequest | Request [get] |
The original request object (obtained via the IRestResponse.Request property) | |
IRestResponse | RestResponse [get, set] |
The IRestResponse that generated this exception. | |
Extends the TimeoutException class to contain the IRestResponse that timed out.
RequestTimeoutException does not need to be Serializable
Definition at line 10 of file RequestTimeoutException.cs.
|
inline |
Construct a new RequestTimeoutException.
message | The message that describes the error. |
innerException | (Optional) The exception that is the cause of the current exception. |
restResponse | The IRestResponse that generated this exception. |
Definition at line 25 of file RequestTimeoutException.cs.
|
get |
The original request object (obtained via the IRestResponse.Request property)
Definition at line 17 of file RequestTimeoutException.cs.
|
getset |
The IRestResponse that generated this exception.
Definition at line 13 of file RequestTimeoutException.cs.