SqlCeError Properties

Public Properties

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

Top

See Also

Reference

SqlCeError Class
System.Data.SqlServerCe Namespace
SqlCeErrorCollection
SqlCeException