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 执行时提出的例外。

实现

适用于