I got strange sharepoint exception with empty message when trying to get items by query:
<Where>
<Eq>
<FieldRef Name='Taxonomy' LookupId='TRUE' /><Value Type='Lookup'>-1</Value>
</Eq>
</Where>
<OrderBy>
<FieldRef Name='Title' Ascending='True'/>
</OrderBy>
Whats wrong with me query?
P.S. -1 means that by user was selected invalid tag and nothing should be selected. And i dont have access to other code to write 'if' i can only override current query.