C# Class MassTransit.RedisIntegration.RedisSagaConcurrencyException

Inheritance: MassTransitException
Datei anzeigen Open project: MassTransit/MassTransit

Public Methods

Method Description
RedisSagaConcurrencyException ( ) : System
RedisSagaConcurrencyException ( string message ) : System
RedisSagaConcurrencyException ( string message, Exception inner ) : System

Method Details

RedisSagaConcurrencyException() public method

public RedisSagaConcurrencyException ( ) : System
return System

RedisSagaConcurrencyException() public method

public RedisSagaConcurrencyException ( string message ) : System
message string
return System

RedisSagaConcurrencyException() public method

public RedisSagaConcurrencyException ( string message, Exception inner ) : System
message string
inner System.Exception
return System