Apache.Shiro.Session.StoppedSessionException.StoppedSessionException C# (CSharp) 메소드

StoppedSessionException() 공개 메소드

public StoppedSessionException ( ) : System
리턴 System
        public StoppedSessionException()
        {
        }

Same methods

StoppedSessionException::StoppedSessionException ( object sessionId ) : System
StoppedSessionException::StoppedSessionException ( string message ) : System
StoppedSessionException::StoppedSessionException ( string message, Exception innerException ) : System
StoppedSessionException::StoppedSessionException ( string message, Exception innerException, object sessionId ) : System
StoppedSessionException::StoppedSessionException ( string message, object sessionId ) : System
StoppedSessionException