# ThrowException

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: <https://github.com/FrendsPlatform/Frends.Utilities>

{% tabs %}
{% tab title="Parameter: Input" %}

| Name                   | Description                                                                                        |
| ---------------------- | -------------------------------------------------------------------------------------------------- |
| InputString : `String` | <p>Exception message.</p><p><br>Default: <code>-</code><br>Example: <code>Example Text.</code></p> |
| {% endtab %}           |                                                                                                    |

{% tab title="Result: Result" %}

| Name                        | Description                                                                   |
| --------------------------- | ----------------------------------------------------------------------------- |
| ExceptionThrown : `Boolean` | <p>Returns false if InputString was empty.<br>Example: <code>false</code></p> |
| {% endtab %}                |                                                                               |

{% tab title="Changelog" %}

## Changelog

### \[1.0.0] - 2022-09-06

#### Added

* Initial implementation
  {% endtab %}
  {% endtabs %}
