SAErrorCollection class

Collects all errors generated by the SQL Anywhere .NET Data Provider.

Visual Basic syntax

Public NotInheritable Class SAErrorCollection Implements System.Collections.ICollection, System.Collections.IEnumerable

C# syntax

public sealed class SAErrorCollection : System.Collections.ICollection, System.Collections.IEnumerable

Remarks

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.

Custom Attribute: sealed