Initializes a new instance of the IdentifierGenerationException class.

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

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public IdentifierGenerationException()
Visual C++
public:
IdentifierGenerationException()
JavaScript
NHibernate.Id.IdentifierGenerationException = function();

See Also