Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.InvalidStateException Class Reference

An exception thrown when an object detects that its own state is invalid, or in other words, that an invariant has been violated. More...


Source file:
Inheritance diagram for Loyc.InvalidStateException:

Remarks

An exception thrown when an object detects that its own state is invalid, or in other words, that an invariant has been violated.

This exception often indicates that something went wrong earlier in the execution of the program, before the method was called that threw this exception.

Public Member Functions

 InvalidStateException (string msg)
 
 InvalidStateException (string msg, Exception innerException)