|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| {{Template:InvalidBase64Data:New subtitle}}
| | #REDIRECT [[InvalidBase64Data class#New constructor|New constructor]] |
| This constructor generates an instance of an <var>[[InvalidBase64Data_class|InvalidBase64Data]]</var> exception. As shown below, the required argument of the <var>New</var> method is a setting of the <var>[[Position_(InvalidBase64Data_property)|Position]]</var> property.
| |
|
| |
|
| ==Syntax==
| | [[Category:InvalidBase64Data methods|New constructor]] |
| {{Template:InvalidBase64Data:New syntax}}
| |
| ===Syntax terms===
| |
| <table class="syntaxTable">
| |
| <tr><th>%invalidBase64Data</th>
| |
| <td>A reference to an instance of an <var>InvalidBase64Data</var> object.
| |
| </td></tr>
| |
| <tr><th>%(InvalidBase64Data)</th><td>The class name in parentheses denotes a shared method.</td></tr>
| |
| <tr><th>Position</th>
| |
| <td>This <var>[[Methods#Named parameters|Name-Required]]</var> parameter: <var class="term>Position</var>, specifies the numeric value (<i>number</i>) for the position to be assigned to the <var>InvalidBase64Data</var> exception object's <var>[[Position_(InvalidBase64Data_property)|Position]]</var> property when a data error is encountered.
| |
| </td></tr></table>
| |
| | |
| ==See also==
| |
| {{Template:InvalidBase64Data:New footer}}
| |