Initializes a new instance of the IdentifierGenerationException class.
Namespace: NHibernate.IdAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IdentifierGenerationException( string message ) |
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: IdentifierGenerationException( String^ message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.