Affecto.Patterns.Domain.UnitOfWork.IncompatibleAggregateRootTypeException.IncompatibleAggregateRootTypeException C# (CSharp) Метод

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

public IncompatibleAggregateRootTypeException ( string message ) : System
message string
Результат System
        public IncompatibleAggregateRootTypeException(string message)
            : base(message)
        {
        }
    }
IncompatibleAggregateRootTypeException