New (UnknownStatistic constructor)

From m204wiki
Revision as of 21:58, 16 January 2011 by Dme (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

<section begin=dpl_desc/>Create new UnknownStatistic instance<section end=dpl_desc/>

New is a member of the UnknownStatistic class.

This constructor generates an instance of an UnknownStatistic exception. As shown below, the required argument of the New method is a specific string value that is not the name of a valid or appropriate Model 204 user statistic for the method that is being called.

Syntax

[%unknown =] [%(UnknownStatistic):] New(Name=stat)

Syntax terms

%unknown An UnknownStatistic object variable.
Name=stat This name required parameter specifies the string value (stat) that is the name of the statistic for which you are providing the exception.