SqlCeInvalidDatabaseFormatException Members

Throws an exception from SQL Server Compact data source when you try to open the database file of an older or newer version of SQL Server Compact.

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

Public Constructors

  Name Description
SqlCeInvalidDatabaseFormatException  

Top

Public Properties

  Name Description
Bb896164.pubproperty(en-us,SQL.100).gif Data  (inherited from Exception )
Bb896164.pubproperty(en-us,SQL.100).gif Errors  Gets a collection of one or more SqlCeError objects that contain detailed information about exceptions generated by the .NET Compact Framework Data Provider for SQL Server Compact 3.5. (inherited from SqlCeException)
Bb896164.pubproperty(en-us,SQL.100).gif HelpLink  (inherited from Exception )
Bb896164.pubproperty(en-us,SQL.100).gif HResult  Gets the HRESULT value of the exception. This value is the same as the value of HResult for the first instance of SqlCeError in the SqlCeErrorCollection for the exception. (inherited from SqlCeException)
Bb896164.pubproperty(en-us,SQL.100).gif InnerException  (inherited from Exception )
Bb896164.pubproperty(en-us,SQL.100).gif Message  Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception. (inherited from SqlCeException)
Bb896164.pubproperty(en-us,SQL.100).gif NativeError  Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information about the error, see the "SQL Server Compact 3.5 Errors" topic in the Troubleshooting section of SQL Server Compact 3.5 Books Online. (inherited from SqlCeException)
Bb896164.pubproperty(en-us,SQL.100).gif Source  Gets the name of the OLE DB provider that generated the error. (inherited from SqlCeException)
Bb896164.pubproperty(en-us,SQL.100).gif StackTrace  (inherited from Exception )
Bb896164.pubproperty(en-us,SQL.100).gif TargetSite  (inherited from Exception )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb896164.pubmethod(en-us,SQL.100).gif Equals  Overloaded. (inherited from Object )
Bb896164.pubmethod(en-us,SQL.100).gif GetBaseException  (inherited from Exception )
Bb896164.pubmethod(en-us,SQL.100).gif GetHashCode  (inherited from Object )
Bb896164.pubmethod(en-us,SQL.100).gif GetObjectData  (inherited from Exception )
Bb896164.pubmethod(en-us,SQL.100).gif GetType  (inherited from Exception )
Bb896164.pubmethod(en-us,SQL.100).gif Bb896164.static(en-us,SQL.100).gif ReferenceEquals  (inherited from Object )
Bb896164.pubmethod(en-us,SQL.100).gif ToString  Creates and returns a string representation of the current exception. (inherited from SqlCeException)

Top

Protected Methods

  Name Description
Bb896164.protmethod(en-us,SQL.100).gif Finalize  (inherited from Object )
Bb896164.protmethod(en-us,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SqlCeInvalidDatabaseFormatException Class
System.Data.SqlServerCe Namespace