C# Класс net.openstack.Core.Exceptions.Response.ServiceLimitReachedException

Наследование: net.openstack.Core.Exceptions.Response.ResponseException
Показать файл Открыть проект

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

Метод Описание
ServiceLimitReachedException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System

Initializes a new instance of the ServiceLimitReachedException class with the specified REST response.

ServiceLimitReachedException ( string message, JSIStudios.SimpleRESTServices.Client.Response response ) : System

Initializes a new instance of the ServiceLimitReachedException class with the specified error message and REST response.

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

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

Initializes a new instance of the ServiceLimitReachedException class with the specified REST response.
public ServiceLimitReachedException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System
response JSIStudios.SimpleRESTServices.Client.Response The REST response.
Результат System

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

Initializes a new instance of the ServiceLimitReachedException class with the specified error message and REST response.
public ServiceLimitReachedException ( string message, JSIStudios.SimpleRESTServices.Client.Response response ) : System
message string The message that describes the error.
response JSIStudios.SimpleRESTServices.Client.Response The REST response.
Результат System