Initializes a new instance of the KDCalcException class.
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);
KDCalcException Class | KnowledgeDynamics.KDCalc Namespace