This topic has not yet been rated - Rate this topic

ResultInfo.Exception Property

Gets or sets the exception that was thrown while executing the Transact-SQL.

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
public virtual Exception Exception { get; set; }

Property Value

Type: System.Exception
The exception thrown during the Transact-SQL execution.

Implements

IResultInfo.Exception
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.