ClassificationVariableValueException Constructor (String) |
The number of distinct values for each Classification Variable must be
greater than 1.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ClassificationVariableValueException(
string message
)
Public Sub New (
message As String
)
public:
ClassificationVariableValueException(
String^ message
)
new :
message : string -> ClassificationVariableValueException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also