Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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)