C# Класс Apache.Shiro.UnavailableSecurityManagerException

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

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

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

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

UnavailableSecurityManagerException() публичный метод

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

UnavailableSecurityManagerException() публичный метод

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