Throw
Throws a developer-specified exception, which can be caught with a catch block.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Message that describes exception event | |
|
|
| The type of the exception | |
|
|
| Description of the event | |
|
|
| A custom error code that you supply | |
|
|
| Additional custom error data that you supply | |
|
|
| An instance of an exception object. If there is no message provided, this object will be thrown directly. If there is a message, a CustomException will be thrown and this object will be used as the cause. |
Examples
Related
Last updated