SqlCeException Members
The exception thrown when the underlying provider returns a warning or error from a SQL Server Compact 3.5 SP1 data source. This class cannot be inherited.
The following tables list the members exposed by the SqlCeException type.
Public Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception ) | |
Errors | Gets a collection of one or more SqlCeError objects that contain detailed information about exceptions generated by the .NET Compact Framework Data Provider for SQL Server Compact 3.5 SP1. | |
HelpLink | (inherited from Exception ) | |
HResult | Gets the HRESULT value of the exception. This value is the same as the value of HResult for the first instance of SqlCeError in the SqlCeErrorCollection for the exception. | |
InnerException | (inherited from Exception ) | |
Message | Overridden. Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception. | |
NativeError | Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information about the error, see the "SQL Server Compact 3.5 SP1 Errors" topic in the Troubleshooting section of SQL Server Compact 3.5 SP1 Books Online. | |
Source | Overridden. Gets the name of the OLE DB provider that generated the error. | |
StackTrace | (inherited from Exception ) | |
TargetSite | (inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | (inherited from Exception ) | |
GetType | (inherited from Exception ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Creates and returns a string representation of the current exception. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SqlCeException Class
System.Data.SqlServerCe Namespace
SqlCeError Class
SqlCeErrorCollection Class