Enhanced C#
Language of your choice: library documentation
|
An exception thrown when an object detects that its own state is invalid, or in other words, that an invariant has been violated. More...
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) | |