[This is preliminary documentation and is subject to change.]
Initializes a new instance of the RollbackException class.
Namespace:
Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public RollbackException( bool recover, string message, Exception innerException ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ recover As Boolean, _ message As String, _ innerException As Exception _ ) |
Visual C++ |
---|
public: RollbackException( bool recover, String^ message, Exception^ innerException ) |
Parameters
- recover
- Type: System..::.Boolean
The recover based on which this RollbackException will be created
- message
- Type: System..::.String
The message based on which this RollbackException will be created
- innerException
- Type: System..::.Exception
The innerException based on which this RollbackException will be created