KDCalc Class Library

KDCalcException Constructor

Initializes a new instance of the KDCalcException class.

Overload List

Initializes a new instance of the KDCalcException class.

public KDCalcException();

Initializes a new instance of the ApplicationException class with serialized data.

protected KDCalcException(SerializationInfo,StreamingContext);

Initializes a new instance of the KDCalcException class with the specified error message.

public KDCalcException(string);

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,Exception);

See Also

KDCalcException Class | KnowledgeDynamics.KDCalc Namespace