The Exception_Message() function returns a string describing the current exception.
Exception_Message()
• None
A text value containing a message describing the current exception.
The Exception_Message() function must be used in the catch or else block of the try...end try statement.