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