# LibTmux.UnsupportedQueryExpressionException

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Exceptions/UnsupportedQueryExpressionException.cs#L9
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-unsupportedqueryexpressionexception/

Thrown when an expression cannot be translated to a query.

Translation never falls back to client evaluation. Silently evaluating an
untranslatable node would make one predicate mean different things
depending on where it ran.

## Members

- `UnsupportedQueryExpressionException` (method): Initializes the exception for one untranslatable expression.
- `Expression` (property): Gets the expression that could not be translated.
