The properties of the SQLError class are listed below. For a complete list of SQLError class members, see the SQLError Members topic.
Class | Gets the severity level of the error returned from the SQL Server adapter. |
LineNumber | Gets the line number that the SQL Server error occurred on. |
Message | Gets the error message that was generated from the SQL Server adapter. |
Number | Gets the error code returned from the SQL Server adapter. |
Procedure | Gets the name of the procedure that the SQL Server error occurred in. |
Server | Gets the name of the database server the error occurred on. |
Source | Gets the line of source code that generated the error. |
State | Gets the error state number returned from the SQL Server adapter. |