C# Class WebApi.Helpers.Exceptions.EntityNotFoundException

Exception that should be thrown when the requested entity is not found.
Inheritance: WebApi.Helpers.Exceptions.AppException
Afficher le fichier Open project: zoran-petrovic-87/WebApiBoilerplate

Méthodes publiques

Méthode Description
EntityNotFoundException ( ) : System

Initializes a new instance of the EntityNotFoundException class.

EntityNotFoundException ( string message ) : System

Initializes a new instance of the EntityNotFoundException class.

Method Details

EntityNotFoundException() public méthode

Initializes a new instance of the EntityNotFoundException class.
public EntityNotFoundException ( ) : System
Résultat System

EntityNotFoundException() public méthode

Initializes a new instance of the EntityNotFoundException class.
public EntityNotFoundException ( string message ) : System
message string The message that describes the error.
Résultat System