Click or drag to resize
IMSLException Constructor (String, String, Object)
Constructs an IMSLException with the specified detail message.

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected IMSLException(
	string namespaceName,
	string key,
	Object[] arguments
)

Parameters

namespaceName
Type: SystemString
A String which specifies the namespace containing the ErrorMessages resource bundle.
key
Type: SystemString
A String which specifies the key of the error message in the resource bundle.
arguments
Type: SystemObject
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