Share via


SqlCeError Members

Collects information relevant to a warning or error returned by the data source. This class cannot be inherited.

The following tables list the members exposed by the SqlCeError type.

Public Properties

  Name Description
xsbzd8te.pubproperty(en-us,VS.90).gif ErrorParameters Gets the last three error parameters. Error parameters are used by SQL Server Compact 3.5 SP1 to provide additional details about an error.
xsbzd8te.pubproperty(en-us,VS.90).gif HResult Returns an HRESULT value that identifies the type of error.
xsbzd8te.pubproperty(en-us,VS.90).gif Message Gets the text describing the error.
xsbzd8te.pubproperty(en-us,VS.90).gif NativeError Gets the native error number of the SqlCeError. For more information about these errors, see "SQL Server Compact 3.5 SP1 Errors" in the Troubleshooting section of SQL Server Compact 3.5 SP1 Books Online.
xsbzd8te.pubproperty(en-us,VS.90).gif NumericErrorParameters Gets the first three error parameters. Error parameters are used by SQL Server Compact 3.5 SP1 to provide additional details about an error.
xsbzd8te.pubproperty(en-us,VS.90).gif Source Gets the name of the provider that generated the error.

Top

Public Methods

(see also Protected Methods )

  Name Description
xsbzd8te.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
xsbzd8te.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
xsbzd8te.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
xsbzd8te.pubmethod(en-us,VS.90).gif xsbzd8te.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
xsbzd8te.pubmethod(en-us,VS.90).gif ToString Overridden. Gets the complete text of the error message.

Top

Protected Methods

  Name Description
xsbzd8te.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
xsbzd8te.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SqlCeError Class
System.Data.SqlServerCe Namespace
SqlCeErrorCollection
SqlCeException