IMSL C# Numerical Library

IMSLException Constructor (String)

Constructs an IMSLException with the specified detail message.

protected IMSLException(
   string s
);

Parameters

s
A String which specifies the detail message.

Remarks

A detail message is a String that describes this particular exception.

See Also

IMSLException Class | Imsl Namespace | IMSLException Constructor Overload List