Class TransactionSystemException
- Namespace
- Steeltoe.Common.Transaction
- Assembly
- Steeltoe.Common.dll
public class TransactionSystemException : TransactionException, ISerializable
- Inheritance
-
TransactionSystemException
- Implements
- Inherited Members
Constructors
TransactionSystemException(string)
public TransactionSystemException(string msg)
Parameters
msg
string
TransactionSystemException(string, Exception)
public TransactionSystemException(string msg, Exception cause)
Parameters
Properties
ApplicationException
public Exception ApplicationException { get; }
Property Value
OriginalException
public Exception OriginalException { get; }
Property Value
Methods
Contains(Type)
public bool Contains(Type exceptionType)
Parameters
exceptionType
Type
Returns
InitApplicationException(Exception)
public void InitApplicationException(Exception exception)
Parameters
exception
Exception