NotConnectedException Constructor

Overload List

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

See Also