IMSL C# Numerical Library

IMSLException Constructor (String, String, Object[])

Constructs an IMSLException with the specified detail message.

protected IMSLException(
   string namespaceName,
   string key,
   object[] arguments
);

Parameters

namespaceName
A String which specifies the namespace containing the ErrorMessages resource bundle.
key
A String which specifies the key of the error message in the resource bundle.
arguments
An array of Objects containing arguments used within the error message string.

Remarks

The error message String is in a resource bundle, ErrorMessages.

See Also

IMSLException Class | Imsl Namespace | IMSLException Constructor Overload List