Exception_SubClass()

Examples


The Exception_SubClass() function returns the subclass of the current exception.

Syntax

Exception_SubClass()

Parameters

• None

Return value

A long integer containing the subclass of the current exception.

Comments

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


Documentation Feedback