New (InvalidBase64Data constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
mNo edit summary
Line 10: Line 10:
</td></tr>
</td></tr>
<tr><th>%(InvalidBase64Data)</th><td>The class name in parentheses denotes a shared method.</td></tr>
<tr><th>%(InvalidBase64Data)</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 <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>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>InvalidBase64Data</var> exception object's <var>Position</var> property when a data error is encountered.
</td></tr></table>
</td></tr></table>


==See also==
==See also==
{{Template:InvalidBase64Data:New footer}}
{{Template:InvalidBase64Data:New footer}}

Revision as of 00:12, 3 May 2011

Create a new InvalidBase64Data object (InvalidBase64Data class) This constructor generates an instance of an InvalidBase64Data exception. As shown below, the required argument of the New method is a setting of the Position property.

Syntax

%invalidBase64Data = [%(InvalidBase64Data):]New( Position= number)

Syntax terms

%invalidBase64Data A reference to an instance of an InvalidBase64Data object.
%(InvalidBase64Data)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 InvalidBase64Data exception object's Position property when a data error is encountered.

See also