NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLError Properties

The properties of the SQLError class are listed below. For a complete list of SQLError class members, see the SQLError Members topic.

Public:

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.

See Also

SQLError Class | System.Data.SQL Namespace