New (ItemNotFound constructor)
Create a new ItemNotFound object (ItemNotFound class) This callable constructor generates an instance of an ItemNotFound exception. The New method format follows:
Syntax
%itemNotFound = [%(ItemNotFound):]New
Syntax terms
%itemNotFound | A reference to an instance of an ItemNotFound object. |
---|---|
%(ItemNotFound) | The class name in parentheses denotes a shared method. |