C# Класс BCXAPI.Exceptions.GeneralAPIException

Наследование: BaseException
Показать файл Открыть проект

Открытые методы

Метод Описание
GeneralAPIException ( string message, int status_code = 500 ) : System

Описание методов

GeneralAPIException() публичный Метод

public GeneralAPIException ( string message, int status_code = 500 ) : System
message string
status_code int
Результат System