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