New (ItemNotFound constructor)

From m204wiki
Jump to navigation Jump to search

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.

See also