Exception_Class()

Examples


The Exception_Class() function returns the class of the current exception.

Syntax

Exception_Class()

Parameters

• None

Return value

A long integer containing the class of the current exception.

Comments

The Exception_Class() function must be used in the catch or else block of the try...end try statement.


Documentation Feedback