Partager via


Propriété ConnectionException.ExceptionCause

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ConnectionException Classe

Espace de noms Microsoft.AnalysisServices