Propriedade do RDL AdomdConnectionException.ExceptionCause
Gets the cause of the exception.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
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.