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