C# Class Digipolis.Errors.Exceptions.NotFoundException

Inheritance: BaseException
显示文件 Open project: digipolisantwerp/errors_aspnetcore Class Usage Examples

Public Methods

Method Description
NotFoundException ( ) : System
NotFoundException ( System.Error error ) : System
NotFoundException ( string message ) : System

Method Details

NotFoundException() public method

public NotFoundException ( ) : System
return System

NotFoundException() public method

public NotFoundException ( System.Error error ) : System
error System.Error
return System

NotFoundException() public method

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