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 の処刑中に例外が出された。

実装

適用対象