ConnectionFailureCause Enum
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.
Specifies the cause of a connection failure.
public enum class ConnectionFailureCause
public enum ConnectionFailureCause
Public Enum ConnectionFailureCause
- Inheritance
-
ConnectionFailureCause
Fields
Name | Value | Description |
---|---|---|
None | 0 | No connection failure. |
UserBusy | 1 | The user is busy. |
NoAnswer | 2 | The phone was not answered. |
Unavailable | 3 | The user is unavailable. |
Other | 4 | The connection failed for an unknown reason. |