C# 클래스 EasyTeach.Core.Services.Base.Exceptions.EntityNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: WadeOne/EasyTeach

공개 메소드들

메소드 설명
EntityNotFoundException ( string entity, int id ) : System
EntityNotFoundException ( string entity, string searchAttribute, string value ) : System

메소드 상세

EntityNotFoundException() 공개 메소드

public EntityNotFoundException ( string entity, int id ) : System
entity string
id int
리턴 System

EntityNotFoundException() 공개 메소드

public EntityNotFoundException ( string entity, string searchAttribute, string value ) : System
entity string
searchAttribute string
value string
리턴 System