Constructor
new RequestException(opt_message)
Initializes a new instance of
RequestException
.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
opt_message |
string |
<optional> |
A custom message for the exception; if not provided, a default message will be used. |
Extends
Members
-
message_ → string
-
The default message for the exception, which is "Request error".