C# 클래스 WebApi.Helpers.Exceptions.EntityNotFoundException

Exception that should be thrown when the requested entity is not found.
상속: WebApi.Helpers.Exceptions.AppException
파일 보기 프로젝트 열기: zoran-petrovic-87/WebApiBoilerplate

공개 메소드들

메소드 설명
EntityNotFoundException ( ) : System

Initializes a new instance of the EntityNotFoundException class.

EntityNotFoundException ( string message ) : System

Initializes a new instance of the EntityNotFoundException class.

메소드 상세

EntityNotFoundException() 공개 메소드

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

EntityNotFoundException() 공개 메소드

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