C# Class WykopSharp.Exceptions.InvalidParametersException

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

Méthodes publiques

Méthode Description
InvalidParametersException ( int code ) : System
InvalidParametersException ( string message, Exception innerException, int code ) : System
InvalidParametersException ( string message, int code ) : System

Method Details

InvalidParametersException() public méthode

public InvalidParametersException ( int code ) : System
code int
Résultat System

InvalidParametersException() public méthode

public InvalidParametersException ( string message, Exception innerException, int code ) : System
message string
innerException System.Exception
code int
Résultat System

InvalidParametersException() public méthode

public InvalidParametersException ( string message, int code ) : System
message string
code int
Résultat System