Summary
db4o-specific exception.
this Exception is thrown during any of the db4o open calls if the database file is locked by another process.
this Exception is thrown during any of the db4o open calls if the database file is locked by another process.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Base Types
-
- Exception
- Db4oException
- Db4oFatalException
graph BT
Type-->Base0["Db4oFatalException"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oFatalException"
Base0-->Base1["Db4oException"]
click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oException"
Base1-->Base2["Exception"]
Type["DatabaseFileLockedException"]
class Type type-node
Syntax
[System.Serializable]
public class DatabaseFileLockedException : Db4oFatalException
Remarks
db4o-specific exception.
this Exception is thrown during any of the db4o open calls if the database file is locked by another process.
this Exception is thrown during any of the db4o open calls if the database file is locked by another process.
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Database |
Constructor with a database description and cause exception |
Database |
Constructor with a database description message |
See Also
- Db4objects.Db4o.Db4oFactory.OpenFile(System.String)