C# Class BCXAPI.Exceptions.GeneralAPIException

Inheritance: BaseException
Datei anzeigen Open project: WeAreMammoth/bcxapi-dotnet

Public Methods

Method Description
GeneralAPIException ( string message, int status_code = 500 ) : System

Method Details

GeneralAPIException() public method

public GeneralAPIException ( string message, int status_code = 500 ) : System
message string
status_code int
return System