Udostępnij przez


Właściwość AdomdConnectionException.ExceptionCause

Pobiera przyczyny wyjątek.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdClient
Zestaw:  Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)

Składnia

'Deklaracja
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause
Moduł wyliczający reprezentujące możliwe przyczyny, które mogą spowodować AdomdConnectionException należy podnieść.Możliwe wartości to ConnectionExceptionCause.Unspecified, and ConnectionExceptionCause.AuthenticationFailed.