C# Class BCXAPI.Exceptions.GeneralAPIException

Inheritance: BaseException
Afficher le fichier Open project: WeAreMammoth/bcxapi-dotnet

Méthodes publiques

Méthode Description
GeneralAPIException ( string message, int status_code = 500 ) : System

Method Details

GeneralAPIException() public méthode

public GeneralAPIException ( string message, int status_code = 500 ) : System
message string
status_code int
Résultat System