Condividi tramite


Proprietà ConnectionException.ExceptionCause

Returns a ConnectionExceptionCause value to explain the origin of the exception.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause 
    Get
'Utilizzo
Dim instance As ConnectionException 
Dim value As ConnectionExceptionCause 

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.ConnectionExceptionCause
A ConnectionExceptionCause value which explains the origin of the exception.

Vedere anche

Riferimento

ConnectionException Classe

Spazio dei nomi Microsoft.AnalysisServices