[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

this Exception is thrown during any of the db4o open calls if the database file is locked by another process.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DatabaseFileLockedException _
	Inherits Exception
C#
[SerializableAttribute]
public class DatabaseFileLockedException : Exception
Visual C++
[SerializableAttribute]
public ref class DatabaseFileLockedException : public Exception

Remarks

this Exception is thrown during any of the db4o open calls if the database file is locked by another process.

Inheritance Hierarchy

System.Object
  System.Exception
    Db4objects.Db4o.Ext.DatabaseFileLockedException

See Also