C# Класс KairosDbClient.Error.BadRequestException

thrown for a Bad Request response (400) returned from KairosDb
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
BadRequestException ( string message, IEnumerable errors ) : System

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

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

public BadRequestException ( string message, IEnumerable errors ) : System
message string
errors IEnumerable
Результат System