The object has an invalid state.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

[SerializableAttribute]
public class InvalidStateException : Exception

Remarks

Classes hide internal state and ensure that this state adheres to class invariants. If an operation encounters a violation of these invariants, it can raise this exception. Usually this operation will not be able to report when the state was corrputed but only the fact that it has been corrupted.

See Also