C# Class Customers.PCL.APIException

Inheritance: System.Exception
Datei anzeigen Open project: EspressoLogicCafe/MobileSampleSDKs

Public Methods

Method Description
APIException ( string reason, int code ) : System

Initialization constructor

Method Details

APIException() public method

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
return System