C# 클래스 WykopSharp.Exceptions.CreditentialsException

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

공개 메소드들

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

메소드 상세

CreditentialsException() 공개 메소드

public CreditentialsException ( int code )
code int

CreditentialsException() 공개 메소드

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

CreditentialsException() 공개 메소드

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

CreditentialsException() 공개 메소드

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