| Overload | Description |
|---|---|
| InvalidStateException Constructor() | An exception generated from an invalid internal state exception. |
| InvalidStateException Constructor(Int32) | An exception generated from an invalid internal state with a given error number. |
| InvalidStateException Constructor(String) | An exception generated from an invalid field type with a given message. |
| InvalidStateException Constructor(Int32,String) | An exception generated from an invalid field type with a given error number and message. |
| InvalidStateException Constructor(String,Exception) | An exception generated from an invalid index with a given message and inner exception. |