다음을 통해 공유


ExceptionCause 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.