次の方法で共有


DacExceptionMessage.Exception プロパティ

イベント メッセージに関連付けられた例外を取得します。

名前空間:  Microsoft.SqlServer.Dac
アセンブリ:  Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)

構文

'宣言
Public ReadOnly Property Exception As Exception 
    Get
'使用
Dim instance As DacExceptionMessage 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

プロパティ値

型: System.Exception
メッセージに関連付けられた例外オブジェクトです。

関連項目

参照

DacExceptionMessage クラス

Microsoft.SqlServer.Dac 名前空間