C# Класс Adaptive.ReactiveTrader.EventStore.Domain.AggregateNotFoundException

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

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

Метод Описание
AggregateNotFoundException ( object id, Type type ) : System
AggregateNotFoundException ( object id, Type type, string message ) : System
AggregateNotFoundException ( object id, Type type, string message, Exception innerException ) : System

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

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

public AggregateNotFoundException ( object id, Type type ) : System
id object
type System.Type
Результат System

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

public AggregateNotFoundException ( object id, Type type, string message ) : System
id object
type System.Type
message string
Результат System

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

public AggregateNotFoundException ( object id, Type type, string message, Exception innerException ) : System
id object
type System.Type
message string
innerException System.Exception
Результат System