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

The exception that is thrown when there is an issue getting data from or pushing data to the service.
Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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