C# Class Iamport.RestApi.IamportResponseException

아임포트의 API 응답 결과중 오류를 나타내는 예외입니다.
Inheritance: System.Exception
Afficher le fichier Open project: OpenBapul/iamport-rest-client-net

Méthodes publiques

Méthode Description
IamportResponseException ( int code, string message ) : System

주어진 오류 코드와 메시지로 예외를 초기화합니다.

Method Details

IamportResponseException() public méthode

주어진 오류 코드와 메시지로 예외를 초기화합니다.
public IamportResponseException ( int code, string message ) : System
code int 오류 코드
message string 오류 메시지
Résultat System