SqlCeError Properties

Include Protected Members
Include Inherited Members

The SqlCeError type exposes the following members.

Properties

  Name Description
Public property ErrorParameters Gets the last three error parameters. Error parameters are used by SQL Server Compact 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 "SQL Server Compact Errors" in the Troubleshooting section of SQL Server Compact Books Online.
Public property NumericErrorParameters Gets the first three error parameters. Error parameters are used by SQL Server Compact 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