Initializes a new instance of the TransactionException class.

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

Syntax

C#
public TransactionException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
TransactionException(
	String^ message
)

Parameters

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

See Also