Share via


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
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetHashCode() () () () (inherited from Object)
Public method GetType() () () () (inherited from Object)
Protected method MemberwiseClone() () () () (inherited from Object)
Public method ToString() () () () Gets the complete text of the error message. (Overrides Object. . :: . .ToString() () () ().)

Top

Properties

  Name Description
Public property ErrorParameters Gets the last three error parameters. Error parameters are used by to provide additional details about an error.
Public property HResult Returns an HRESULT value that identifies the type of error.
Public property Message Gets the text describing the error.
Public property NativeError Gets the native error number of the SqlCeError. For more information about these errors, see " Errors" in the Troubleshooting section of Books Online.
Public property NumericErrorParameters Gets the first three error parameters. Error parameters are used by to provide additional details about an error.
Public property Source Gets the name of the provider that generated the error.

Top

See Also

Reference

SqlCeError Class

System.Data.SqlServerCe Namespace