RollbackException(Boolean, String, Exception) Constructor

Initializes a new instance of the RollbackException class.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public RollbackException(
	bool recover,
	string message,
	Exception innerException
)

Parameters

recover  Boolean
The recover based on which this RollbackException will be created
message  String
The message based on which this RollbackException will be created
innerException  Exception
The innerException based on which this RollbackException will be created

See Also