SqlCeError Members
Collects information relevant to a warning or error returned by the data source. This class cannot be inherited.
The following tables list the members exposed by the SqlCeError type.
Public Properties
Name | Description | |
---|---|---|
ErrorParameters | Gets the last three error parameters. Error parameters are used by Microsoft SQL Server 2005 Compact Edition to provide additional details about an error. | |
HResult | Returns an HRESULT value that identifies the type of error. | |
Message | Gets the text describing the error. | |
NativeError | Gets the native error number of the SqlCeError. For more information about these errors, see "SQL Server Compact Edition Errors" in the Troubleshooting section of SQL Server Compact Edition Books Online. | |
NumericErrorParameters | Gets the first three error parameters. Error parameters are used by SQL Server Compact Edition to provide additional details about an error. | |
Source | Gets the name of the provider that generated the error. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Overridden. Gets the complete text of the error message. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
SqlCeError Class
System.Data.SqlServerCe Namespace
SqlCeErrorCollection
SqlCeException