Initializes a new instance of the LockAcquisitionException class
Namespace: NHibernate.ExceptionsAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public LockAcquisitionException( string message, Exception innerException )  | 
| Visual Basic | 
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ )  | 
| Visual C++ | 
|---|
public: LockAcquisitionException( String^ message, Exception^ innerException )  | 
Parameters
- message
 - Type: System..::..String
[Missing <param name="message"/> documentation for "M:NHibernate.Exceptions.LockAcquisitionException.#ctor(System.String,System.Exception)"]
 
- innerException
 - Type: System..::..Exception
[Missing <param name="innerException"/> documentation for "M:NHibernate.Exceptions.LockAcquisitionException.#ctor(System.String,System.Exception)"]