New (InvalidBase64Data constructor): Difference between revisions
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...") |
m (1 revision) |
(No difference)
|
Revision as of 21:43, 16 January 2011
<section begin=dpl_desc/>Create new InvalidBase64Data instance<section end=dpl_desc/>
New is a member of the 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
[%invB64 =] [%(InvalidBase64Data):] New(Position=num)
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. |