New (InvalidHexData constructor)

From m204wiki
Revision as of 05:34, 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 InvalidHexData object (InvalidHexData class) This constructor generates an instance of an InvalidHexData exception. As shown below, the required argument of the New method is a setting of the Position property.

Syntax

%invalidHexData = [%(InvalidHexData):]New( Position= number)

Syntax terms

%invalidHexData A reference to an instance of an InvalidHexData object.
%(InvalidHexData)The class name in parentheses denotes a shared method.
Position This Name-Required parameter: Position, specifies the numeric value (number) for the position to be assigned to the InvalidHexData exception object's Position property when a data error is encountered.

See also