Thrown by IIdentifierGenerator implementation class when ID generation fails

Namespace: NHibernate.Id
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class IdentifierGenerationException : HibernateException
Visual Basic
<SerializableAttribute> _
Public Class IdentifierGenerationException _
	Inherits HibernateException
Visual C++
[SerializableAttribute]
public ref class IdentifierGenerationException : public HibernateException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      NHibernate..::..HibernateException
        NHibernate.Id..::..IdentifierGenerationException

See Also