SqlCeErrorCollection Members

Collects all errors generated by the .NET Compact Framework Data Provider for . This class cannot be inherited.

The SqlCeErrorCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies the elements of the SqlCeErrorCollection into an Array, starting at the given index within the Array.
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetEnumerator() () () () Infrastructure. Returns an enumerator that can iterate through the SqlCeErrorCollection.
Public method GetHashCode() () () () (inherited from Object)
Public method GetType() () () () (inherited from Object)
Protected method MemberwiseClone() () () () (inherited from Object)
Public method ToString() () () () (inherited from Object)

Top

Properties

  Name Description
Public property Count Gets the number of SqlCeError objects in the collection.
Public property Item[ ( [ ( Int32] ) ] ) Gets the error at the specified index.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ICollection. . :: . .IsSynchronized
Explicit interface implemetationPrivate property ICollection. . :: . .SyncRoot

Top

See Also

Reference

SqlCeErrorCollection Class

System.Data.SqlServerCe Namespace