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