IMSL C# Numerical Library

IMSLException Constructor

Constructs an IMSLException.

Overload List

Constructs an IMSLException with no detail message.

protected IMSLException();

Constructs an IMSLException with the serialized data.

protected IMSLException(SerializationInfo,StreamingContext);

Constructs an IMSLException with the specified detail message.

protected IMSLException(string);

Constructs an IMSLException with the specified detail message.

protected IMSLException(string,Exception);

Constructs an IMSLException with the specified detail message.

protected IMSLException(string,string,object[]);

See Also

IMSLException Class | Imsl Namespace