Exception_Product()

Examples


The Exception_Product() function returns the ID of the product that threw the current exception.

Syntax

Exception_Product()

Parameters

• None

Return value

An integer containing the ID of the product that threw the current exception.

Comments

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


Documentation Feedback