ReflectException Class

Summary

db4o-specific exception.

This exception is thrown when one of the db4o reflection methods fails.
graph BT Type-->Base0["Db4oRecoverableException"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oRecoverableException" Base0-->Base1["Db4oException"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/Db4oException" Base1-->Base2["Exception"] Type["ReflectException"] class Type type-node

Syntax

[System.Serializable]
public class ReflectException : Db4oRecoverableException

Remarks

db4o-specific exception.

This exception is thrown when one of the db4o reflection methods fails.

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
ReflectException(Exception) Constructor with the cause exception
ReflectException(string, Exception)
ReflectException(string) Constructor with message

See Also

  • Db4objects.Db4o.Reflect