Summary
db4o-specific exception.
		- 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["DatabaseClosedException"]
class Type type-node
						
					Syntax
[System.Serializable]
public class DatabaseClosedException : Db4oFatalExceptionRemarks
    db4o-specific exception. 
This exception is thrown when the object container required for the current operation was closed or failed to open.
	This exception is thrown when the object container required for the current operation was closed or failed to open.
Attributes
| Type | Description | 
|---|---|
| Serializable | 
See Also
- Db4objects.Db4o.Db4oFactory.OpenFile(System.String)
- Db4objects.Db4o.IObjectContainer.Close