New (InvalidHexData constructor)

From m204wiki
Revision as of 20:02, 14 January 2011 by 198.242.244.47 (talk) (Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Create new InvalidHexData instance<section end=dpl_desc/></span> New constructor <p> New ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/>Create new InvalidHexData instance<section end=dpl_desc/>

New is a member of the 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

[%invHex =] [%(InvalidHexData):] New(Position=num)

Syntax terms

%invHex A reference to an instance of an InvalidHexData object.
Position=num This name required parameter specifies the numeric value (num) for the position to be assigned to the InvalidHexData exception object's Position property when a data error is encountered.