# Exception Method
Constructor method to extract information from HttpResponseMessage object.

## Syntax
```javascript
	Exception(httpResponse: HttpResponseMessage)
```

## Parameters
### *httpResponse*
Type: HttpResponseMessage<br/>
HttpResponseMessage object containing the API response of the HttpClient.

## Return Value
### *None*

## See Also
[Exception(Text)](./exception2.md)<br />
[Exception(JsonObject)](./exception3.md)<br />
