New (UnknownStatistic constructor): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:UnknownStatistic:New subtitle}} | |||
As shown below, the required argument of the <var>New</var> method is a specific string | As shown below, the required argument of the <var>New</var> method is a specific string | ||
Line 9: | Line 5: | ||
for the method that is being called. | for the method that is being called. | ||
==Syntax== | ==Syntax== | ||
{{Template:UnknownStatistic:New syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 20: | Line 15: | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | |||
{{Template:UnknownStatistic:New footer}} |
Revision as of 20:42, 25 March 2011
Create a new UnknownStatistic object (UnknownStatistic class)
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
%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. |