New (InvalidHexData constructor): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
mNo edit summary |
||
Line 9: | Line 9: | ||
<td>A reference to an instance of an <var>InvalidHexData</var> object. | <td>A reference to an instance of an <var>InvalidHexData</var> object. | ||
</td></tr> | </td></tr> | ||
<tr><th>%(InvalidHexData)</th><td>The class name in parentheses denotes a shared method.</td></tr> | <tr><th><var>%(InvalidHexData)</var></th><td>The class name in parentheses denotes a shared method.</td></tr> | ||
<tr><th>Position</th> | <tr><th><var>Position</var></th> | ||
<td>This | <td>This [[Methods#Named parameters|name required]] parameter: <var>Position</var>, specifies the numeric value (<var class="term">number</var>) for the position to be assigned to the <var>InvalidHexData</var> exception object's <var>[[Position_(InvalidHexData_property)|Position]]</var> property when a data error is encountered. | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | ==See also== | ||
{{Template:InvalidHexData:New footer}} | {{Template:InvalidHexData:New footer}} |
Revision as of 00:05, 3 May 2011
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. |