C# 클래스 BCXAPI.Exceptions.GeneralAPIException

상속: BaseException
파일 보기 프로젝트 열기: WeAreMammoth/bcxapi-dotnet

공개 메소드들

메소드 설명
GeneralAPIException ( string message, int status_code = 500 ) : System

메소드 상세

GeneralAPIException() 공개 메소드

public GeneralAPIException ( string message, int status_code = 500 ) : System
message string
status_code int
리턴 System