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 SqlCeInvalidDatabaseFormatException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlCeInvalidDatabaseFormatException() () () () |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (inherited from Object) | |
Finalize() () () () | (inherited from Object) | |
GetBaseException() () () () | (inherited from Exception) | |
GetHashCode() () () () | (inherited from Object) | |
GetObjectData(SerializationInfo, StreamingContext) | (inherited from Exception) | |
GetType() () () () | (inherited from Exception) | |
MemberwiseClone() () () () | (inherited from Object) | |
ToString() () () () | Creates and returns a string representation of the current exception. (inherited from SqlCeException) |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
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 . (inherited from SqlCeException) | |
HelpLink | (inherited from Exception) | |
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) | |
InnerException | (inherited from Exception) | |
Message | Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception. (inherited from SqlCeException) | |
NativeError | Gets the native error number of the first SqlCeError in the SqlCeErrorCollection. For more information about the error, see the " Errors" topic in the Troubleshooting section of Books Online. (inherited from SqlCeException) | |
Source | Gets the name of the OLE DB provider that generated the error. (inherited from SqlCeException) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top