SqlCeError Members
Collects information relevant to a warning or error returned by the data source. This class cannot be inherited.
The SqlCeError type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (inherited from Object) |
![]() |
Finalize() () () () | (inherited from Object) |
![]() |
GetHashCode() () () () | (inherited from Object) |
![]() |
GetType() () () () | (inherited from Object) |
![]() |
MemberwiseClone() () () () | (inherited from Object) |
![]() |
ToString() () () () | Gets the complete text of the error message. (Overrides Object. . :: . .ToString() () () ().) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ErrorParameters | Gets the last three error parameters. Error parameters are used by 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 " Errors" in the Troubleshooting section of Books Online. |
![]() |
NumericErrorParameters | Gets the first three error parameters. Error parameters are used by to provide additional details about an error. |
![]() |
Source | Gets the name of the provider that generated the error. |
Top