Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the last CLR exception and calls the error, warning, or information methods based on the value of the exceptionType parameter.
Syntax
client server public static void handleClrException(Exception exceptionType)
Run On
Called
Parameters
- exceptionType
Type: Exception Enumeration
The type of exception that has occurred. Valid values are as follows: a Exception::Error, Exception::Warning, or Exception::Info value.