ExceptionCause プロパティ
例外の原因について説明する ConnectionExceptionCause 値を返します。
名前空間: 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
例外の原因について説明する ConnectionExceptionCause 値です。