New (UnknownStatistic constructor)

From m204wiki
Jump to navigation Jump to search

Create a new UnknownStatistic object (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

%unknownStatistic = [%(UnknownStatistic):]New( Name= string)

Syntax terms

%unknownStatistic An UnknownStatistic object variable.
%(UnknownStatistic)The class name in parentheses denotes a shared method.
Name This name required parameter specifies the string value (statistic) that is the name of the statistic for which you are providing the exception.

See also