Table of Contents

Class NestedTransactionNotSupportedException

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

Constructors

NestedTransactionNotSupportedException(string)

public NestedTransactionNotSupportedException(string msg)

Parameters

msg string

NestedTransactionNotSupportedException(string, Exception)

public NestedTransactionNotSupportedException(string msg, Exception cause)

Parameters

msg string
cause Exception