Click or drag to resize

ConnectException Constructor

Overload List
  NameDescription
Public methodConnectException
Initializes a new instance of the ConnectException class.
Public methodConnectException(String)
Initializes a new instance of the ConnectException class with a specified error message.
Public methodConnectException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConnectException class with serialized data.
Public methodConnectException(String, Exception)
Initializes a new instance of the ConnectException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also