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.

请参阅

参考

ConnectionException 类

Microsoft.AnalysisServices 命名空间