An exception which occurs when an http request to CATI REST API returns 503 error code (HttpStatusCode.ServiceUnavailable)
 
Constructors
- ServiceUnavailableException(string url, string reason, string content)
- 
Creates and initializes an instance of ServiceUnavailableException exception by url, reason and content 
 
Parameters
- url
- 
Problem URL 
- reason
- 
Why the error occured 
- content
- 
Received data if it exists