ResultInfo.Exception Property

Definition

Gets or sets the exception that was thrown while executing the 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

Property Value

The exception thrown during the Transact-SQL execution.

Applies to