Table of Contents

Class TransactionSuspensionNotSupportedException

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

Constructors

TransactionSuspensionNotSupportedException(string)

public TransactionSuspensionNotSupportedException(string msg)

Parameters

msg string

TransactionSuspensionNotSupportedException(string, Exception)

public TransactionSuspensionNotSupportedException(string msg, Exception cause)

Parameters

msg string
cause Exception