SqlExecutionException::Exception Property

 

Gets the exception encountered when processing the SQL commands.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property SqlException^ Exception {
	SqlException^ get();
}

Property Value

Type: System.Data.SqlClient::SqlException^

The SqlException encountered when processing the SQL commands.

The following code example shows how to access the Exception property of the SqlExecutionException exception type. This code example is part of a larger example provided for the SqlServices class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: