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 SQL Server Compact 3.5 SP1 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 3.5 SP1 Errors" in the Troubleshooting section of SQL Server Compact 3.5 SP1 Books Online. | |
NumericErrorParameters | Gets the first three error parameters. Error parameters are used by SQL Server Compact 3.5 SP1 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. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Gets the complete text of the error message. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SqlCeError Class
System.Data.SqlServerCe Namespace
SqlCeErrorCollection
SqlCeException