Compartilhar via


Propriedade do RDL ConnectionException.ExceptionCause

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ConnectionException Classe

Namespace Microsoft.AnalysisServices