Summary
db4o-specific exception.
This exception is thrown when a system IO exception is encounted by db4o process.
This exception is thrown when a system IO exception is encounted by db4o process.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Base Types
-
- Exception
- Db4oException
- Db4oFatalException
- Derived Types
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["Db4oIOException"]
class Type type-node
Derived0["EmergencyShutdownReadOnlyException"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/EmergencyShutdownReadOnlyException"
Syntax
[System.Serializable]
public class Db4oIOException : Db4oFatalException
Remarks
db4o-specific exception.
This exception is thrown when a system IO exception is encounted by db4o process.
This exception is thrown when a system IO exception is encounted by db4o process.
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Db4oIOException |
Constructor. |
Db4oIOException |
Constructor allowing to specify the causing exception |
Db4oIOException |