Application.Common.Exceptions.EntityNotFoundException.EntityNotFoundException C# (CSharp) Метод

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

public EntityNotFoundException ( string name, object key ) : System
name string
key object
Результат System
        public EntityNotFoundException(string name, object key)
            : base($"Entity '{name}' ({key}) was not found.")
        {
        }
    }
EntityNotFoundException