SqlException Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Class | Gets the severity level of the error returned from the .NET Framework Data Provider for SQL Server. |
![]() | ClientConnectionId | Represents the client connection ID. For more information, see Data Tracing in ADO.NET. |
![]() | Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception.(Inherited from Exception.) |
![]() | ErrorCode | Gets the HRESULT of the error.(Inherited from ExternalException.) |
![]() | Errors | Gets a collection of one or more SqlError objects that give detailed information about exceptions generated by the .NET Framework Data Provider for SQL Server. |
![]() | HelpLink | Gets or sets a link to the help file associated with this exception.(Inherited from Exception.) |
![]() | HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from Exception.) |
![]() | InnerException | |
![]() | LineNumber | Gets the line number within the Transact-SQL command batch or stored procedure that generated the error. |
![]() | Message | Gets a message that describes the current exception.(Inherited from Exception.) |
![]() | Number | Gets a number that identifies the type of error. |
![]() | Procedure | Gets the name of the stored procedure or remote procedure call (RPC) that generated the error. |
![]() | Server | Gets the name of the computer that is running an instance of SQL Server that generated the error. |
![]() | Source | Gets the name of the provider that generated the error.(Overrides Exception::Source.) |
![]() | StackTrace | Gets a string representation of the immediate frames on the call stack.(Inherited from Exception.) |
![]() | State | Gets a numeric error code from SQL Server that represents an error, warning or "no data found" message. For more information about how to decode these values, see SQL Server Books Online. |
![]() | TargetSite | Gets the method that throws the current exception.(Inherited from Exception.) |
