Click or drag to resize

ConnectionException Constructor

Overload List
  Name Description
Public method ConnectionException(Exception) Constructs a ConnectionException with cause as the source of the exception.
Public method ConnectionException(String) onstructs a ConnectionException with message as the detailed error message.
Public method ConnectionException(String, Exception) Constructs a ConnectionException with the message as the detailed error message and cause as the source of the exception.
Top
See Also