Table of Contents

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

msg string
cause Exception

Properties

ApplicationException

public Exception ApplicationException { get; }

Property Value

Exception

OriginalException

public Exception OriginalException { get; }

Property Value

Exception

Methods

Contains(Type)

public bool Contains(Type exceptionType)

Parameters

exceptionType Type

Returns

bool

InitApplicationException(Exception)

public void InitApplicationException(Exception exception)

Parameters

exception Exception