共用方式為


ConnectionError Class

Definition

public class ConnectionError
type ConnectionError = class
Public Class ConnectionError
Inheritance
ConnectionError

Constructors

ConnectionError()

Initializes a new instance of the ConnectionError class.

ConnectionError(String, String, String, Nullable<Int32>, String)

Initializes a new instance of the ConnectionError class.

Properties

ConnectionState

Gets or sets the kind of connection error that occurred. Possible values include: 'Unknown', 'OK', 'OperatorToDataCenterNetworkError', 'DatacenterToDatacenterNetworkError', 'InternalOperatorToDataCenterCertificateError', 'InternalError'

Exception

Gets or sets detailed error message about the failed connection.

IPFrom

Gets or sets the IP of host that originated the failed connection.

IPTo

Gets or sets the IP that the connection attempted to reach.

Port

Gets or sets the TCP port the connection was attempted on.

Applies to