C# Класс Festispec.Models.Exception.AuthenticationException

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

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

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

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

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

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

public AuthenticationException ( string message )
message string

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

public AuthenticationException ( string message, System.Exception innerException )
message string
innerException System.Exception