The Error class contains properties and methods that enable you to identify and throw errors. The properties describe the exception and the location of the exception in the code.
Ancestor |
|
Descendants |
None |
Properties |
Description |
Provides exception-specific context (optional). | |
Provides a description of the exception (optional). | |
Identifies the runtime M location at which the exception was encountered. | |
Identifies the exception type. | |
Statements |
Description |
Throws an exception from any code block or subroutine. |