Check True
Description
Checks if a given Boolean expression is true and throws an exception with a custom message at runtime when the expression is false
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Expression | In(Boolean) | The expression to be evaluated. |
ErrorMessage | In(String) | The error message to be shown if the expression is not true. |