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 | |
---|---|---|
CopyTo(Array, Int32) | Copies the elements of the SqlCeErrorCollection into an Array, starting at the given index within the Array. | |
Equals(Object) | (inherited from Object) | |
Finalize() () () () | (inherited from Object) | |
GetEnumerator() () () () | Infrastructure. Returns an enumerator that can iterate through the SqlCeErrorCollection. | |
GetHashCode() () () () | (inherited from Object) | |
GetType() () () () | (inherited from Object) | |
MemberwiseClone() () () () | (inherited from Object) | |
ToString() () () () | (inherited from Object) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of SqlCeError objects in the collection. | |
Item[ ( [ ( Int32] ) ] ) | Gets the error at the specified index. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
Top