C# Класс Apache.Shiro.Authc.ConcurrentAccessException

Наследование: AccountException
Показать файл Открыть проект

Открытые методы

Метод Описание
ConcurrentAccessException ( ) : System
ConcurrentAccessException ( string message ) : System
ConcurrentAccessException ( string message, Exception innerException ) : System

Описание методов

ConcurrentAccessException() публичный Метод

public ConcurrentAccessException ( ) : System
Результат System

ConcurrentAccessException() публичный Метод

public ConcurrentAccessException ( string message ) : System
message string
Результат System

ConcurrentAccessException() публичный Метод

public ConcurrentAccessException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System