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.