C# Class WykopSharp.Exceptions.CreditentialsException

Inheritance: ApiException
Exibir arquivo Open project: adiospl/WykopSharp

Public Methods

Method 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 method

public CreditentialsException ( int code )
code int

CreditentialsException() public method

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

CreditentialsException() public method

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

CreditentialsException() public method

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