Exception_Message()

Examples


The Exception_Message() function returns a string describing the current exception.

Syntax

Exception_Message()

Parameters

• None

Return value

A text value containing a message describing the current exception.

Comments

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


Documentation Feedback