New (UnknownStatistic constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
#REDIRECT [[UnknownStatistic class#New constructor|New constructor]]


<span class="pageSubtitle"><section begin=dpl_desc/>Create new UnknownStatistic instance<section end=dpl_desc/></span>
[[Category:UnknownStatistic methods|New constructor]]
[[Category:UnknownStatistic methods|New constructor]]
<p>
<var>New</var> is a member of the <var>[[UnknownStatistic class|UnknownStatistic]]</var> class.
</p>
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 <var class="product">Model 204</var> user statistic
for the method that is being called.
==Syntax==
<p class="syntax">[%unknown =] [%(UnknownStatistic):] New(Name=stat)
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%unknown</th>
<td>An <var>UnknownStatistic</var> object variable.
</td></tr>
<tr><th><b>Name=</b>stat</th>
<td>This name required parameter specifies the string value (''stat'') that is the name of the statistic for which you are providing the exception.
</td></tr></table>

Latest revision as of 19:45, 10 May 2011