Apache.Shiro.Authz.HostUnauthorizedException.HostUnauthorizedException C# (CSharp) Method

HostUnauthorizedException() public method

public HostUnauthorizedException ( ) : System
return System
        public HostUnauthorizedException()
        {
        }

Same methods

HostUnauthorizedException::HostUnauthorizedException ( IPAddress hostAddress ) : System
HostUnauthorizedException::HostUnauthorizedException ( string message ) : System
HostUnauthorizedException::HostUnauthorizedException ( string message, Exception innerException ) : System
HostUnauthorizedException::HostUnauthorizedException ( string message, Exception innerException, IPAddress hostAddress ) : System
HostUnauthorizedException::HostUnauthorizedException ( string message, IPAddress hostAddress ) : System
HostUnauthorizedException