C# Class CleanArchWeb.Application.Common.Exceptions.NotFoundException

Inheritance: Exception
Show file Open project: kkoziarski/dotnet-angular-identity-single-app-starter

Public Methods

Method Description
NotFoundException ( ) : System
NotFoundException ( string message ) : System
NotFoundException ( string message, Exception innerException ) : System
NotFoundException ( string name, object key ) : System

Method Details

NotFoundException() public method

public NotFoundException ( ) : System
return System

NotFoundException() public method

public NotFoundException ( string message ) : System
message string
return System

NotFoundException() public method

public NotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

NotFoundException() public method

public NotFoundException ( string name, object key ) : System
name string
key object
return System