Click on a class name to see the description of that particular class:
|
error |
Method:
ThrowException
static void ThrowException(int errNum, string class)
|
Description:
This method causes an exception in the script. The process is than suspended depending on OnErrorResume value. |
Parameters:
| errNum | The number of the error to be throwed | class | If the error is a class error, the class of the error | See also:
OnErrorResume | Implementation: C |
|
Return to the error class
|
|