Apache.Shiro.Authc.ConcurrentAccessException.ConcurrentAccessException C# (CSharp) Method

ConcurrentAccessException() public method

public ConcurrentAccessException ( ) : System
return System
        public ConcurrentAccessException()
        {
        }

Same methods

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