ExceptionCause Propiedad
Returns a ConnectionExceptionCause value to explain the origin of the exception.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .ConnectionExceptionCause
A ConnectionExceptionCause value which explains the origin of the exception.
Vea también