C# Класс Open.Core.Identity.AuthenticationException

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

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

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

Защищенные методы

Метод Описание
AuthenticationException ( SerializationInfo info, StreamingContext context ) : System

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

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

public AuthenticationException ( AuthenticationErrorCode errorCode, string message ) : System
errorCode AuthenticationErrorCode
message string
Результат System

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

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

AuthenticationException() защищенный Метод

protected AuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System