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

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected IMSLException(
	string s
)

Parameters

s
Type: SystemString
A String which specifies the detail message.
Remarks
A detail message is a String that describes this particular exception.
See Also