SqlCeException Members
The exception thrown when the underlying provider returns a warning or error from a data source. This class cannot be inherited.
The SqlCeException type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (inherited from Object) |
![]() |
Finalize() () () () | (inherited from Object) |
![]() |
GetBaseException() () () () | (inherited from Exception) |
![]() |
GetHashCode() () () () | (inherited from Object) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | (inherited from Exception) |
![]() |
GetType() () () () | (inherited from Exception) |
![]() |
MemberwiseClone() () () () | (inherited from Object) |
![]() |
ToString() () () () | Creates and returns a string representation of the current exception. (Overrides Exception. . :: . .ToString() () () ().) |
Top
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 . |
![]() |
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 | Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception. (Overrides Exception. . :: . .Message.) |
![]() |
NativeError | Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information about the error, see the " Errors" topic in the Troubleshooting section of Books Online. |
![]() |
Source | Gets the name of the OLE DB provider that generated the error. (Overrides Exception. . :: . .Source.) |
![]() |
StackTrace | (inherited from Exception) |
![]() |
TargetSite | (inherited from Exception) |
Top