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 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0)

 

SAErrorCollection 类

收集 SQL Anywhere .NET 数据提供程序生成的所有错误。此类无法继承。

语法
Visual Basic

Public NotInheritable Class SAErrorCollection 
  Implements ICollection, IEnumerable
C#

public sealed class SAErrorCollection : ICollection, IEnumerable
注释

没有用于 SAErrorCollection 的构造函数。SAErrorCollection 通常是从 SAException.Errors 属性获取的。

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

有关错误处理的信息,请参见出错处理和 SQL Anywhere .NET 数据提供程序

另请参见

SAErrorCollection 成员
Count 属性
Item 属性
CopyTo 方法
GetEnumerator 方法