Thrown by IIdentifierGenerator implementation class when ID generation fails
Namespace:
NHibernate.IdAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class IdentifierGenerationException _ Inherits HibernateException |
C# |
---|
[SerializableAttribute] public class IdentifierGenerationException : HibernateException |
Visual C++ |
---|
[SerializableAttribute] public ref class IdentifierGenerationException : public HibernateException |
JavaScript |
---|
NHibernate.Id.IdentifierGenerationException = function(); Type.createClass( 'NHibernate.Id.IdentifierGenerationException', NHibernate.HibernateException); |
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate.Id..::.IdentifierGenerationException
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate.Id..::.IdentifierGenerationException