Name | Description | |
---|---|---|
![]() | Class | Gets the severity level of the error returned from SQL Server. |
![]() | LineNumber | Gets the line number within the SQL command batch or stored procedure that contains the error. |
![]() | Message | Gets the text describing the error. |
![]() | Number | Gets a number that identifies the type of error. |
![]() | Procedure | Gets the name of the stored procedure that generated the error. |
![]() | Server | Gets the name of the instance of SQL Server that generated the error. |
![]() | Source | Gets the name of the provider that generated the error. |
![]() | State | Gets a numeric error code from SQL Server that represents an error. |