Collects all errors generated by the SQL Anywhere .NET Data Provider. This class cannot be inherited.
Visual Basic
Public NotInheritable Class SAErrorCollection
Implements ICollection, IEnumerable
C#
public sealed class SAErrorCollection : ICollection, IEnumerable
There is no constructor for SAErrorCollection. Typically, an SAErrorCollection is obtained from the SAException.Errors property.
Implements: ICollection,
IEnumerable
For information about error handling, see Error handling and the SQL Anywhere .NET Data Provider.
SAErrorCollection members
Count property
Item property
CopyTo method
GetEnumerator method