SqlExecutionException.Exception Egenskap

Definition

Hämtar undantaget som påträffades när SQL-kommandon bearbetas.

public:
 property System::Data::SqlClient::SqlException ^ Exception { System::Data::SqlClient::SqlException ^ get(); };
public System.Data.SqlClient.SqlException Exception { get; }
member this.Exception : System.Data.SqlClient.SqlException
Public ReadOnly Property Exception As SqlException

Egenskapsvärde

Påträffades SqlException vid bearbetning av SQL-kommandon.

Gäller för

Se även