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