Thrown if Hibernate can't instantiate an entity or component class at runtime.
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class InstantiationException _ Inherits HibernateException |
C# |
---|
[SerializableAttribute] public class InstantiationException : HibernateException |
Visual C++ |
---|
[SerializableAttribute] public ref class InstantiationException : public HibernateException |
JavaScript |
---|
NHibernate.InstantiationException = function(); Type.createClass( 'NHibernate.InstantiationException', NHibernate.HibernateException); |
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate..::.InstantiationException
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate..::.InstantiationException