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

Inheritance: System.Exception
Afficher le fichier Open project: WadeOne/EasyTeach

Méthodes publiques

Méthode Description
EntityNotFoundException ( string entity, int id ) : System
EntityNotFoundException ( string entity, string searchAttribute, string value ) : System

Method Details

EntityNotFoundException() public méthode

public EntityNotFoundException ( string entity, int id ) : System
entity string
id int
Résultat System

EntityNotFoundException() public méthode

public EntityNotFoundException ( string entity, string searchAttribute, string value ) : System
entity string
searchAttribute string
value string
Résultat System