Constructs an IMSLException.
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[]);
IMSLException Class | Imsl Namespace