C# 클래스 Customers.PCL.APIException

상속: System.Exception
파일 보기 프로젝트 열기: EspressoLogicCafe/MobileSampleSDKs

공개 메소드들

메소드 설명
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