Click or drag to resize

NotConnectedException Constructor

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