|
|
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{Template:InvalidHexData:New subtitle}}
| | #REDIRECT [[InvalidHexData class#New constructor|New constructor]] |
|
| |
|
| This constructor generates an instance of an InvalidHexData exception.
| | [[Category:InvalidHexData methods|New constructor]] |
| As shown below, the required argument of the New method is a setting of
| |
| the Position property.
| |
| ==Syntax==
| |
| {{Template:InvalidHexData:New syntax}}
| |
| ===Syntax terms===
| |
| <table class="syntaxTable">
| |
| <tr><th>%invHex</th>
| |
| <td>A reference to an instance of an InvalidHexData object.
| |
| </td></tr>
| |
| <tr><th><b>Position=</b>num</th>
| |
| <td>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.
| |
| | |
| </td></tr></table>
| |
| ==See also==
| |
| {{Template:InvalidHexData:New footer}}
| |