Table of Contents

Class TransactionException

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

Constructors

TransactionException(string)

protected TransactionException(string msg)

Parameters

msg string

TransactionException(string, Exception)

protected TransactionException(string msg, Exception cause)

Parameters

msg string
cause Exception