C# Class Apache.Shiro.Authz.HostUnauthorizedException

Inheritance: UnauthorizedException
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

Méthode Description
HostUnauthorizedException ( ) : System
HostUnauthorizedException ( IPAddress hostAddress ) : System
HostUnauthorizedException ( string message ) : System
HostUnauthorizedException ( string message, Exception innerException ) : System
HostUnauthorizedException ( string message, Exception innerException, IPAddress hostAddress ) : System
HostUnauthorizedException ( string message, IPAddress hostAddress ) : System

Method Details

HostUnauthorizedException() public méthode

public HostUnauthorizedException ( ) : System
Résultat System

HostUnauthorizedException() public méthode

public HostUnauthorizedException ( IPAddress hostAddress ) : System
hostAddress System.Net.IPAddress
Résultat System

HostUnauthorizedException() public méthode

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

HostUnauthorizedException() public méthode

public HostUnauthorizedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

HostUnauthorizedException() public méthode

public HostUnauthorizedException ( string message, Exception innerException, IPAddress hostAddress ) : System
message string
innerException System.Exception
hostAddress System.Net.IPAddress
Résultat System

HostUnauthorizedException() public méthode

public HostUnauthorizedException ( string message, IPAddress hostAddress ) : System
message string
hostAddress System.Net.IPAddress
Résultat System