ServerMessageEventArgs.Exception プロパティ

定義

Transact-SQL バッチの実行中にスローされた例外を取得します。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

プロパティ値

Transact-SQL 実行中にスローされる例外です。

実装

適用対象