C# Класс ServiceClientGenerator.ExceptionModel

The model that represents exceptions for the service
Показать файл Открыть проект

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

Метод Описание
ExceptionModel ( JsonData data, string name, string documentation, Shape structure ) : Json.LitJson

Creates a model that represents an exception in the service processed in the response

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

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

Creates a model that represents an exception in the service processed in the response
public ExceptionModel ( JsonData data, string name, string documentation, Shape structure ) : Json.LitJson
data JsonData The json data that contains information about the exception found in the model
name string The name of the exception
documentation string The documentation for the exception found in the service model json
structure Shape The shape that represents the exception
Результат Json.LitJson