SqlCeErrorCollection Members
Collects all errors generated by the .NET Compact Framework Data Provider for SQL Server Compact 3.5 SP1. This class cannot be inherited.
The following tables list the members exposed by the SqlCeErrorCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of SqlCeError objects in the collection. | |
Item | Gets the error at the specified index. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the SqlCeErrorCollection into an Array, starting at the given index within the Array. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an enumerator that can iterate through the SqlCeErrorCollection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.IsSynchronized | ||
System.Collections.ICollection.SyncRoot |
Top
See Also
Reference
SqlCeErrorCollection Class
System.Data.SqlServerCe Namespace
SqlCeError Class
SqlCeException