BadRequestException

An exception which occurs when an http request to CATI REST API returns 400 error code (HttpStatusCode.BadRequest)

Constructors


BadRequestException(string url, string reason, string content)

Creates and initializes an instance of BadRequestException exception by url, reason and content

Parameters

url

Problem URL

reason

Why the error occured

content

Received data if it exists