C# Класс Octopus.Client.Exceptions.OctopusValidationException

An exception thrown when there was a problem with the request (usually a HTTP 400).
Наследование: OctopusException
Показать файл Открыть проект

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

Метод Описание
OctopusValidationException ( int httpStatusCode, string message, ICollection errors ) : System

Initializes a new instance of the OctopusValidationException class.

OctopusValidationException ( string message, ICollection errors ) : System

Initializes a new instance of the OctopusValidationException class.

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

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

Initializes a new instance of the OctopusValidationException class.
public OctopusValidationException ( int httpStatusCode, string message, ICollection errors ) : System
httpStatusCode int The HTTP status code.
message string The message.
errors ICollection The errors.
Результат System

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

Initializes a new instance of the OctopusValidationException class.
public OctopusValidationException ( string message, ICollection errors ) : System
message string The message.
errors ICollection The errors.
Результат System