Table of Contents

Class ConcurrencyException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class ConcurrencyException : SagaException, ISerializable
Inheritance
ConcurrencyException
Implements
Inherited Members
Extension Methods

Constructors

ConcurrencyException()

public ConcurrencyException()

ConcurrencyException(string, Type, Guid)

public ConcurrencyException(string message, Type sagaType, Guid correlationId)

Parameters

message string
sagaType Type
correlationId Guid

ConcurrencyException(string, Type, Guid, Exception)

public ConcurrencyException(string message, Type sagaType, Guid correlationId, Exception innerException)

Parameters

message string
sagaType Type
correlationId Guid
innerException Exception