Application.Common.Exceptions.NotFoundException.NotFoundException C# (CSharp) Method

NotFoundException() public method

public NotFoundException ( string name, object key ) : System
name string
key object
return System
        public NotFoundException(string name, object key) : base($"Entity \"{name}\" ({key}) was not found.")
        {
        }
    }
NotFoundException