ResultInfo.Exception 屬性

定義

執行 Transact-SQL 時,會接收或設定該例外。

public:
 virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

屬性值

Transact-SQL 執行時提出的例外。

適用於