Class ContractException
- Namespace
- Garyon.Exceptions
- Assembly
- Garyon.dll
An exception that is thrown when a contract in the code is not met.
public class ContractException : Exception, ISerializable
- Inheritance
-
ContractException
- Implements
- Inherited Members
- Extension Methods
Constructors
ContractException(string)
An exception that is thrown when a contract in the code is not met.
public ContractException(string message)
Parameters
messagestring