App.Exceptions.EntityNotFoundException.EntityNotFoundException C# (CSharp) Method

EntityNotFoundException() public method

        public EntityNotFoundException() : base(200, "Entity not found")
        {
        }

Same methods

EntityNotFoundException::EntityNotFoundException ( int code, string message, string dataDump )
EntityNotFoundException