[TIBCO.EMS .NET client library 6.0 documentation]

Initializes a new instance of the TransactionRolledBackException with the specified reason.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public TransactionRolledBackException(
	string reason
)
Public Sub New ( _
	reason As String _
)
public:
TransactionRolledBackException(
	String^ reason
)

Parameters

reason
Type: System..::.String

See Also