C# Class Digipolis.Errors.Exceptions.UnauthorizedException

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

Méthodes publiques

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

Method Details

UnauthorizedException() public méthode

public UnauthorizedException ( ) : System
Résultat System

UnauthorizedException() public méthode

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

UnauthorizedException() public méthode

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