Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the reason for the connection exception.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ConnectionExceptionCause
'Usage
Dim instance As ConnectionExceptionCause
[SerializableAttribute]
public enum ConnectionExceptionCause
[SerializableAttribute]
public enum class ConnectionExceptionCause
[<SerializableAttribute>]
type ConnectionExceptionCause
public enum ConnectionExceptionCause
Members
Member name | Description | |
---|---|---|
AuthenticationFailed | Specifies that the AdomdConnectionException was caused by an authentication failure. | |
Unspecified | Specifies that the AdomdConnectionException was caused by an unspecified error. |