New (InvalidBase64Data constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Create new InvalidBase64Data instance<section end=dpl_desc/></span> New constructor <p...")
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[InvalidBase64Data class#New constructor|New constructor]]


<span class="pageSubtitle"><section begin=dpl_desc/>Create new InvalidBase64Data instance<section end=dpl_desc/></span>
[[Category:InvalidBase64Data methods|New constructor]]
[[Category:InvalidBase64Data methods|New constructor]]
<p>
New is a member of the [[InvalidBase64Data class]].
</p>
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==
<p class="syntax">[%invB64 =] [%(InvalidBase64Data):] New(Position=num)
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%invB64</th>
<td>A reference to an instance of an InvalidBase64Data 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 InvalidBase64Data exception object's Position property when a data error is encountered.
</td></tr></table>

Latest revision as of 15:11, 10 May 2011