C# Class Iamport.RestApi.DuplicatePaymentReservationException

중복된 결제 예약을 나타내는 예외입니다.
Inheritance: IamportResponseException
ファイルを表示 Open project: OpenBapul/iamport-rest-client-net

Public Methods

Method Description
DuplicatePaymentReservationException ( int code, string message )

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

Method Details

DuplicatePaymentReservationException() public method

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