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

## Syntax
```javascript
	Exception(json: JsonObject)
```

## Parameters
### *json*
Type: JsonObject<br/>
JSON object containing the API response.

## Return Value
### *None*

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