C# Class WykopSharp.Exceptions.ApiException

Inheritance: System.Exception
Afficher le fichier Open project: adiospl/WykopSharp

Méthodes publiques

Свойство Type Description
Code int

Méthodes publiques

Méthode 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 méthode

public ApiException ( int code )
code int

ApiException() public méthode

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

ApiException() public méthode

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

ApiException() public méthode

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

Property Details

Code public_oe property

public int Code
Résultat int