Open sandboxFocus

Class InvariantViolationException

An exception that should be thrown by the target methods of the InvariantAttribute aspect.

Inheritance
InvariantViolationException
Implements
Namespace: Metalama.Patterns.Contracts
Assembly: Metalama.Patterns.Contracts.dll
Syntax
public class InvariantViolationException : ApplicationException, ISerializable

Constructors

Name Description
InvariantViolationException()
InvariantViolationException(string)
InvariantViolationException(string, Exception)

See Also