New (ItemNotFound constructor)

From m204wiki
Revision as of 06:36, 22 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
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