C# Класс PhotoSharingApp.Universal.Services.AuthenticationException

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

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

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

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

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

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

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

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

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

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