KDCalc Class Library

CircularReferenceException Constructor 

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

public CircularReferenceException(
   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

CircularReferenceException Class | KnowledgeDynamics.KDCalc Namespace