ConnectionExceptionCause 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.
Information not available for this release.
[System.Serializable]
public enum ConnectionExceptionCause
[<System.Serializable>]
type ConnectionExceptionCause =
Public Enum ConnectionExceptionCause
- Inheritance
-
ConnectionExceptionCause
- Attributes
Fields
| AuthenticationFailed | 1 | Information not available for this release. |
| ConnectionNotOpen | 5 | Used to indicate that the connection is not open |
| DataStreamingInterrupted | 4 | The data streaming was interrupted due to an exception in the backend |
| LinkReferenceResolutionFailed | 3 | There was a failure in resolving the link reference to the actual server reference. |
| ServerHasMoved | 2 | Information not available for this release. |
| Unspecified | 0 | Information not available for this release. |