C# Class Digipolis.Errors.Exceptions.NotFoundException

Inheritance: BaseException
Afficher le fichier Open project: digipolisantwerp/errors_aspnetcore Class Usage Examples

Méthodes publiques

Méthode Description
NotFoundException ( ) : System
NotFoundException ( System.Error error ) : System
NotFoundException ( string message ) : System

Method Details

NotFoundException() public méthode

public NotFoundException ( ) : System
Résultat System

NotFoundException() public méthode

public NotFoundException ( System.Error error ) : System
error System.Error
Résultat System

NotFoundException() public méthode

public NotFoundException ( string message ) : System
message string
Résultat System