C# Class EasyTeach.Core.Services.Base.Exceptions.EntityNotFoundException

Inheritance: System.Exception
显示文件 Open project: WadeOne/EasyTeach

Public Methods

Method Description
EntityNotFoundException ( string entity, int id ) : System
EntityNotFoundException ( string entity, string searchAttribute, string value ) : System

Method Details

EntityNotFoundException() public method

public EntityNotFoundException ( string entity, int id ) : System
entity string
id int
return System

EntityNotFoundException() public method

public EntityNotFoundException ( string entity, string searchAttribute, string value ) : System
entity string
searchAttribute string
value string
return System