C# Class Digipolis.Errors.Exceptions.UnauthorizedException

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

Public Methods

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

Method Details

UnauthorizedException() public method

public UnauthorizedException ( ) : System
return System

UnauthorizedException() public method

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

UnauthorizedException() public method

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