SqlCeInvalidDatabaseFormatException Properties

Include Protected Members
Include Inherited Members

The SqlCeInvalidDatabaseFormatException type exposes the following members.

Properties

  Name Description
Public property Data (inherited from Exception)
Public property ErrorCode (inherited from ExternalException)
Public property 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. (inherited from SqlCeException)
Public property HelpLink (inherited from Exception)
Public property 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)
Public property InnerException (inherited from Exception)
Public property Message Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception. (inherited from SqlCeException)
Public property NativeError Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information about the error, see the "SQL Server Compact Errors" topic in the Troubleshooting section of SQL Server Compact Books Online. (inherited from SqlCeException)
Public property Source Gets the name of the OLE DB provider that generated the error. (inherited from SqlCeException)
Public property StackTrace (inherited from Exception)
Public property TargetSite (inherited from Exception)

Top

See Also

Reference

SqlCeInvalidDatabaseFormatException Class

System.Data.SqlServerCe Namespace