[ CCode ( type_id = "gtk_try_expression_get_type ()" ) ]
[ Version ( since = "4.22" ) ]
public class TryExpression : Expression
A `GtkExpression` that tries to evaluate each of its expressions until it succeeds.
If all expressions fail to evaluate, the `GtkTryExpression`'s evaluation fails as well.