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 執行時提出的例外。

實作

適用於