C# Класс Customers.PCL.APIException

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

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

Метод Описание
APIException ( string reason, int code ) : System

Initialization constructor

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

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

Initialization constructor
public APIException ( string reason, int code ) : System
reason string The reason for throwing exception
code int The HTTP response code from the API request
Результат System