C# Class WebApi.Helpers.Exceptions.EntityNotFoundException

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

Public Methods

Method 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 method

Initializes a new instance of the EntityNotFoundException class.
public EntityNotFoundException ( ) : System
return System

EntityNotFoundException() public method

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