Class SanityCheckException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception to be thrown when an internal condition that should never occur occurs.
Such an error should always lead to immediate application termination.
public class SanityCheckException : Exception, ISerializable
- Inheritance
-
SanityCheckException
- Implements
- Inherited Members
- Extension Methods
Constructors
- SanityCheckException(string, Exception, string, string, int)
Initializes a new instance of the SanityCheckException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- SanityCheckException(string, string, string, int)
Initializes a new instance of the SanityCheckException class with a specified error message.