CQRSlite.Domain.Exception.AggregateNotFoundException.AggregateNotFoundException C# (CSharp) Метод

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

public AggregateNotFoundException ( Type t, System.Guid id ) : System
t System.Type
id System.Guid
Результат System
        public AggregateNotFoundException(Type t, Guid id)
            : base($"Aggregate {id} of type {t.FullName} was not found")
        {
        }
AggregateNotFoundException