Apache.Shiro.Authz.UnauthenticatedException.UnauthenticatedException C# (CSharp) Méthode

UnauthenticatedException() public méthode

public UnauthenticatedException ( ) : System
Résultat System
        public UnauthenticatedException()
        {
        }

Same methods

UnauthenticatedException::UnauthenticatedException ( string message ) : System
UnauthenticatedException::UnauthenticatedException ( string message, Exception innerException ) : System
UnauthenticatedException