Check False
Description
Checks if a given Boolean expression is false and throws an exception with a custom message at runtime when the expression is true
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 false. |