On this page
LibTmux.UnsupportedQueryExpressionException
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Exceptions/UnsupportedQueryExpressionException.cs
-
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.
2 declared, 0 inherited
Members
- UnsupportedQueryExpressionException method Initializes the exception for one untranslatable expression.
- Expression property Gets the expression that could not be translated.