ClientRequestException constructor
Initializes a new instance of the ClientRequestException class.
Overload list
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