SqlCeInvalidDatabaseFormatException Class
The exception thrown when the underlying provider returns an error from a Microsoft SQL Server Compact data source when SQL Server Compact attempts to open a database file of an older or newer version.
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Data.Common.DbException
System.Data.SqlServerCe.SqlCeException
System.Data.SqlServerCe.SqlCeInvalidDatabaseFormatException
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SqlCeInvalidDatabaseFormatException _
Inherits SqlCeException
'Usage
Dim instance As SqlCeInvalidDatabaseFormatException
[SerializableAttribute]
public class SqlCeInvalidDatabaseFormatException : SqlCeException
[SerializableAttribute]
public ref class SqlCeInvalidDatabaseFormatException : public SqlCeException
[<SerializableAttribute>]
type SqlCeInvalidDatabaseFormatException =
class
inherit SqlCeException
end
public class SqlCeInvalidDatabaseFormatException extends SqlCeException
The SqlCeInvalidDatabaseFormatException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlCeInvalidDatabaseFormatException | Constructor that helps in serialization. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
ErrorCode | (inherited from ExternalException) | |
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) | |
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 "SQL Server Compact Errors" topic in the Troubleshooting section of SQL Server Compact 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
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | Security Critical. Populates a SerializationInfo with the data needed to serialize the object. (Overrides SqlCeException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Exception) |
Top
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.