ClassificationVariableLimitException Constructor (Int32) |
The Classification Variable limit set by the user through
setUpperBound has been exceeded.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ClassificationVariableLimitException(
int maxcl
)
Public Sub New (
maxcl As Integer
)
public:
ClassificationVariableLimitException(
int maxcl
)
new :
maxcl : int -> ClassificationVariableLimitException
Parameters
- maxcl
- Type: SystemInt32
An int which specifies the upper bound.
See Also