Apache.Shiro.Session.StoppedSessionException.StoppedSessionException C# (CSharp) Method

StoppedSessionException() public method

public StoppedSessionException ( ) : System
return 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