C# Class MassTransit.RedisIntegration.RedisSagaConcurrencyException

Inheritance: MassTransitException
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
RedisSagaConcurrencyException ( ) : System
RedisSagaConcurrencyException ( string message ) : System
RedisSagaConcurrencyException ( string message, Exception inner ) : System

Method Details

RedisSagaConcurrencyException() public méthode

public RedisSagaConcurrencyException ( ) : System
Résultat System

RedisSagaConcurrencyException() public méthode

public RedisSagaConcurrencyException ( string message ) : System
message string
Résultat System

RedisSagaConcurrencyException() public méthode

public RedisSagaConcurrencyException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System