Share via


SRSProxy::handleClrException Method [AX 2012]

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.

See Also

Reference

SRSProxy Class