C# Класс MassTransit.RedisIntegration.RedisSagaConcurrencyException

Наследование: MassTransitException
Показать файл Открыть проект

Открытые методы

Метод Описание
RedisSagaConcurrencyException ( ) : System
RedisSagaConcurrencyException ( string message ) : System
RedisSagaConcurrencyException ( string message, Exception inner ) : System

Описание методов

RedisSagaConcurrencyException() публичный Метод

public RedisSagaConcurrencyException ( ) : System
Результат System

RedisSagaConcurrencyException() публичный Метод

public RedisSagaConcurrencyException ( string message ) : System
message string
Результат System

RedisSagaConcurrencyException() публичный Метод

public RedisSagaConcurrencyException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System