| InvalidOperationException | Default public constructor for NotConnectedException takes no parameters. |
| InvalidOperationException(Exception) | Initializes a new instance of the InvalidOperationException class from another exception. |
| InvalidOperationException(String) | Initializes a new instance of the InvalidOperationException class with a non-default error message. |
| InvalidOperationException(String, Exception) | Initializes a new instance of the InvalidOperationException class based on another exception. |