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

ConcurrentAccessException() public method

public ConcurrentAccessException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public ConcurrentAccessException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

ConcurrentAccessException::ConcurrentAccessException ( ) : System
ConcurrentAccessException::ConcurrentAccessException ( string message ) : System
ConcurrentAccessException