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