InternalServerErrorException

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

Constructors


InternalServerErrorException(string url, string reason, string content)

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

Parameters

url

Problem URL

reason

Why the error occured

content

Received data if it exists