C# Класс SolarCalculator.Models.Esri.ErrorModel

The concrete class for json serialization of error responses
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ErrorModel ( int code ) : Newtonsoft.Json

Initializes a new instance of the ErrorModel class.

ErrorModel ( int code, string message ) : Newtonsoft.Json

Initializes a new instance of the ErrorModel class.

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

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

Initializes a new instance of the ErrorModel class.
public ErrorModel ( int code ) : Newtonsoft.Json
code int The http status code.
Результат Newtonsoft.Json

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

Initializes a new instance of the ErrorModel class.
public ErrorModel ( int code, string message ) : Newtonsoft.Json
code int The http status code.
message string The error message.
Результат Newtonsoft.Json