Свойство ConnectionException.ExceptionCause
Returns a ConnectionExceptionCause value to explain the origin of the exception.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property ExceptionCause As ConnectionExceptionCause
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.ConnectionExceptionCause
A ConnectionExceptionCause value which explains the origin of the exception.