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

The exception that is thrown when access to the service is not authorized.
Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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