IMSLException Constructor (String, String, Object) |
Constructs an IMSLException with the specified detail message.
Namespace: ImslAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected IMSLException(
string namespaceName,
string key,
Object[] arguments
)
Protected Sub New (
namespaceName As String,
key As String,
arguments As Object()
)
protected:
IMSLException(
String^ namespaceName,
String^ key,
array<Object^>^ arguments
)
new :
namespaceName : string *
key : string *
arguments : Object[] -> IMSLException
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