New (InvalidBase64Data constructor): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:InvalidBase64Data:New subtitle}} | |||
New | |||
This constructor generates an instance of an InvalidBase64Data exception. | This constructor generates an instance of an InvalidBase64Data exception. | ||
Line 10: | Line 5: | ||
the Position property. | the Position property. | ||
==Syntax== | ==Syntax== | ||
{{Template:InvalidBase64Data:New syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 21: | Line 15: | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | |||
{{Template:InvalidBase64Data:New footer}} |
Revision as of 20:42, 25 March 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
%invB64 | A reference to an instance of an InvalidBase64Data object. |
---|---|
Position=num | 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. |