New (UnknownStatistic constructor)
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. |