Table of Contents

Class UnexpectedRollbackException

Namespace
Steeltoe.Common.Transaction
Assembly
Steeltoe.Common.dll
public class UnexpectedRollbackException : TransactionException, ISerializable
Inheritance
UnexpectedRollbackException
Implements
Inherited Members

Constructors

UnexpectedRollbackException(string)

public UnexpectedRollbackException(string msg)

Parameters

msg string

UnexpectedRollbackException(string, Exception)

public UnexpectedRollbackException(string msg, Exception cause)

Parameters

msg string
cause Exception