Summary
Initializes a new instance of the
RequestException
class.
- Assembly
- Rocket
.Surgery .Extensions .Abstractions .dll - Namespace
- Rocket
.Surgery - Containing Type
- RequestException
Syntax
public RequestException(string message)
Parameters
Name | Type | Description |
---|---|---|
message | string | The message that describes the error. |
Return Value
Type | Description |
---|---|
void |