NPersistence Reference Guide
Determine whether the current resource transaction has been marked for rollback.

Return Value

boolean indicating whether the transaction has been marked for rollback

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
bool GetRollbackOnly()

Exceptions

ExceptionCondition
System..::..InvalidOperationException if isActive() is false

See Also