Application.Common.Exceptions.NotFoundException.NotFoundException C# (CSharp) 메소드

NotFoundException() 공개 메소드

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