イベント メッセージに関連付けられた例外を取得します。
名前空間: 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
メッセージに関連付けられた例外オブジェクトです。