Initializes a new instance of the IdentifierGenerationException class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public IdentifierGenerationException(
	string message
)
Visual C++
public:
IdentifierGenerationException(
	String^ message
)
JavaScript
NHibernate.Id.IdentifierGenerationException = function(message);

Parameters

message
Type: System..::.String
The message that describes the error.

See Also