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!

SQLException.Errors

Gets all errors generated by the SQL Server adapter.

[Visual Basic]
Public ReadOnly Property Errors As SQLErrors
[C#]
public SQLErrors Errors {get;}
[C++]
public: __property SQLErrors* get_Errors();
[JScript]
public function get Errors() : SQLErrors;

Property Value

The collected instances of the SQLError class. The SQLErrors class always contains at least one instance of the SQLError class.

Remarks

This is a wrapper for SQLErrors.

See Also

SQLException Class | SQLException Members | System.Data.SQL Namespace | SQLErrors | SQLError