Class CannotCreateTransactionException
- Namespace
- Steeltoe.Common.Transaction
- Assembly
- Steeltoe.Common.dll
public class CannotCreateTransactionException : TransactionException, ISerializable
- Inheritance
-
CannotCreateTransactionException
- Implements
- Derived
- Inherited Members
Constructors
CannotCreateTransactionException(string)
public CannotCreateTransactionException(string msg)
Parameters
msg
string
CannotCreateTransactionException(string, Exception)
public CannotCreateTransactionException(string msg, Exception cause)