Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

SAError class

Collects information relevant to a warning or error returned by the data source. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SAError 
C#

public sealed class SAError 
Remarks

There is no constructor for SAError.

For information about error handling, see Error handling and the SQL Anywhere .NET Data Provider.

See also

SAError members
Message property
NativeError property
Source property
SqlState property
ToString method