Compartir a través de


AdomdConnectionException.ExceptionCause Propiedad

Gets the cause of the exception.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause 
    Get
'Uso
Dim instance As AdomdConnectionException 
Dim value As ConnectionExceptionCause 

value = instance.ExceptionCause
public ConnectionExceptionCause ExceptionCause { get; }
public:
property ConnectionExceptionCause ExceptionCause {
    ConnectionExceptionCause get ();
}
member ExceptionCause : ConnectionExceptionCause
function get ExceptionCause () : ConnectionExceptionCause

Valor de la propiedad

Tipo: 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.

Vea también

Referencia

AdomdConnectionException Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient