InitialMAException Constructor (String) |
The initial values for the moving average parameters are
not invertable. Execution is halted.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public InitialMAException(
string message
)
Public Sub New (
message As String
)
public:
InitialMAException(
String^ message
)
new :
message : string -> InitialMAException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also