KDCalcException Constructor (String)
Initializes a new instance of the KDCalcException class with the specified error message.
public KDCalcException(
string message);
Parameters
- message
- A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
See Also
KDCalcException Class | KnowledgeDynamics.KDCalc Namespace | KDCalcException Constructor Overload List