Apache.Shiro.Authz.UnauthenticatedException.UnauthenticatedException C# (CSharp) Метод

UnauthenticatedException() публичный Метод

public UnauthenticatedException ( ) : System
Результат System
        public UnauthenticatedException()
        {
        }

Same methods

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