C# Class WykopSharp.Exceptions.ApiException

Inheritance: System.Exception
Exibir arquivo Open project: adiospl/WykopSharp

Public Properties

Property Type Description
Code int

Public Methods

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

Method Details

ApiException() public method

public ApiException ( int code )
code int

ApiException() public method

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

ApiException() public method

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

ApiException() public method

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

Property Details

Code public_oe property

public int Code
return int