KDCalc Class Library

KDCalcException Constructor (String, Exception)

Initializes a new instance of the KDCalcException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public KDCalcException(
   string message,
   Exception inner
);

Parameters

message
A String that describes the error.
inner
The exception that is the cause of the current exception.

See Also

KDCalcException Class | KnowledgeDynamics.KDCalc Namespace | KDCalcException Constructor Overload List