New (InvalidHexData constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:InvalidHexData:New subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Create new InvalidHexData instance<section end=dpl_desc/></span>
[[Category:InvalidHexData methods|New constructor]]
<p>
New is a member of the [[InvalidHexData class]].
</p>


This constructor generates an instance of an InvalidHexData exception.
This constructor generates an instance of an InvalidHexData exception.
Line 10: Line 5:
the Position property.
the Position property.
==Syntax==
==Syntax==
<p class="syntax">[%invHex =] [%(InvalidHexData):] New(Position=num)
{{Template:InvalidHexData:New syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 21: Line 15:


</td></tr></table>
</td></tr></table>
==See also==
{{Template:InvalidHexData:New footer}}

Revision as of 20:42, 25 March 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

%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.

See also