RollbackException(Boolean, String, Exception) Constructor
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public RollbackException(
bool recover,
string message,
Exception innerException
)
Public Sub New (
recover As Boolean,
message As String,
innerException As Exception
)
new :
recover : bool *
message : string *
innerException : Exception -> RollbackException
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