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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference

ToString method Next Page

SAErrorCollection class


Collects all errors generated by the SQL Anywhere .NET Data Provider. This class cannot be inherited.

Syntax

Visual Basic

Public NotInheritable Class SAErrorCollection
Implements ICollection, IEnumerable

C#

public sealed class SAErrorCollection : ICollection, IEnumerable

Remarks

There is no constructor for SAErrorCollection. Typically, an SAErrorCollection is obtained from the SAException.Errors property.

Implements:[external link] ICollection, [external link] IEnumerable

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

See also

SAErrorCollection members
Count property
Item property
CopyTo method
GetEnumerator method