ASNA Visual RPG Runtime Help
TransactionNotStartedException Class

Thrown when a required transaction hasn't been (or has failed to) start.

Inheritance Hierarchy

Online System   Object
   Online System   Exception
     ASNA.VisualRPG.Runtime   AvrException
       ASNA.VisualRPG.Runtime   TransactionNotStartedException
Namespace:  ASNA.VisualRPG.Runtime
Assembly:  ASNA.VisualRPG.Runtime (in ASNA.VisualRPG.Runtime.dll) Version: 12.0.26.0
Syntax

C#
public 
class 
TransactionNotStartedException : 
AvrException
See Also