AdomdConnectionException.ExceptionCause Property

 

Gets the cause of the exception.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public ConnectionExceptionCause ExceptionCause { get; }
public:
property ConnectionExceptionCause ExceptionCause {
    ConnectionExceptionCause get();
}
member ExceptionCause : ConnectionExceptionCause with get
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause

An enumerator representing the possible reasons that can cause AdomdConnectionException to be raised. Possible values are ConnectionExceptionCause.Unspecified, and ConnectionExceptionCause.AuthenticationFailed.

See Also

AdomdConnectionException Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top