ConnectionError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET