Adaptive.ReactiveTrader.EventStore.Domain.AggregateNotFoundException.AggregateNotFoundException C# (CSharp) Метод

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

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

Same methods

AggregateNotFoundException::AggregateNotFoundException ( object id, Type type, string message ) : System
AggregateNotFoundException::AggregateNotFoundException ( object id, Type type, string message, Exception innerException ) : System
AggregateNotFoundException