| InvalidRequestException Constructor |
| Name | Description | |
|---|---|---|
| InvalidRequestException | Construct the exception without a description.
| |
| InvalidRequestException(String) | Construct the exception with the description.
| |
| InvalidRequestException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidRequestException class with serialized data. | |
| InvalidRequestException(String, Exception) | Construct the exception with the description and the cause
exception.
|