C# 클래스 WykopSharp.Exceptions.SignatureException

상속: ApiException
파일 보기 프로젝트 열기: adiospl/WykopSharp

공개 메소드들

메소드 설명
SignatureException ( int code ) : System
SignatureException ( string message, Exception innerException, int code ) : System
SignatureException ( string message, int code ) : System

메소드 상세

SignatureException() 공개 메소드

public SignatureException ( int code ) : System
code int
리턴 System

SignatureException() 공개 메소드

public SignatureException ( string message, Exception innerException, int code ) : System
message string
innerException Exception
code int
리턴 System

SignatureException() 공개 메소드

public SignatureException ( string message, int code ) : System
message string
code int
리턴 System