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

## Syntax
```javascript
	Exception(jsonString: Text)
```

## Parameters
### *jsonString*
Type: Text<br/>
String object containing the API response.

## Return Value
### *None*

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