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