New (InvalidBase64Data constructor): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and edits) |
||
Line 1: | Line 1: | ||
{{Template:InvalidBase64Data:New subtitle}} | {{Template:InvalidBase64Data:New subtitle}} | ||
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== | ==Syntax== | ||
{{Template:InvalidBase64Data:New syntax}} | {{Template:InvalidBase64Data:New syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%invalidBase64Data</th> | ||
<td>A reference to an instance of an InvalidBase64Data object. | <td>A reference to an instance of an <var>InvalidBase64Data</var> object. | ||
</td></tr> | </td></tr> | ||
<tr><th>< | <tr><th>%(InvalidBase64Data)</th><td>The class name in parentheses denotes a shared method.</td></tr> | ||
<td>This | <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== | ==See also== | ||
{{Template:InvalidBase64Data:New footer}} | {{Template:InvalidBase64Data:New footer}} |
Revision as of 05:11, 22 April 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. |