Db4oIOException Class

Summary

db4o-specific exception.

This exception is thrown when a system IO exception is encounted by db4o process.
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.

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
Db4oIOException() Constructor.
Db4oIOException(Exception) Constructor allowing to specify the causing exception
Db4oIOException(string)