InvalidOperationException Constructor
.NET Framework (current version)
Initializes a new instance of the InvalidOperationException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | InvalidOperationException() | Initializes a new instance of the InvalidOperationException class. |
![]() | InvalidOperationException(SerializationInfo^, StreamingContext) | Initializes a new instance of the InvalidOperationException class with serialized data. |
![]() | InvalidOperationException(String^) | Initializes a new instance of the InvalidOperationException class with a specified error message. |
![]() | InvalidOperationException(String^, Exception^) | Initializes a new instance of the InvalidOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

