C# Class WykopSharp.Exceptions.CreditentialsException

Inheritance: ApiException
Afficher le fichier Open project: adiospl/WykopSharp

Méthodes publiques

Méthode Description
CreditentialsException ( int code )
CreditentialsException ( string message, System innerException, int code )
CreditentialsException ( string message, System.Exception innerException, int code )
CreditentialsException ( string message, int code )

Method Details

CreditentialsException() public méthode

public CreditentialsException ( int code )
code int

CreditentialsException() public méthode

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

CreditentialsException() public méthode

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

CreditentialsException() public méthode

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