New (InvalidHexData constructor)
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
%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. |