C# 클래스 WykopSharp.Exceptions.ApiException

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

공개 프로퍼티들

프로퍼티 타입 설명
Code int

공개 메소드들

메소드 설명
ApiException ( int code )
ApiException ( string message, System innerException, int code )
ApiException ( string message, System.Exception innerException, int code )
ApiException ( string message, int code )

메소드 상세

ApiException() 공개 메소드

public ApiException ( int code )
code int

ApiException() 공개 메소드

public ApiException ( string message, System innerException, int code )
message string
innerException System
code int

ApiException() 공개 메소드

public ApiException ( string message, System.Exception innerException, int code )
message string
innerException System.Exception
code int

ApiException() 공개 메소드

public ApiException ( string message, int code )
message string
code int

프로퍼티 상세

Code 공개적으로 프로퍼티

public int Code
리턴 int