New (InvalidBase64Data constructor)

From m204wiki
Revision as of 00:12, 3 May 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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