Home

Uncatchable exception

Since yesterday, every query I run results in a yellow information bar at the top of the query window that says

Query ended because an uncatchable exception was thrown.

There is a delay, then the query runs anyhow. It even happens with the language set to C# Statement(s) and no connection selected for this:

int i = 10;
i.Dump();

I do have references to a number of custom assemblies set as query default, but I removed all such references for this query and still receive the error.

What's happening and how can I fix it?

Thanks!

Comments

Sign In or Register to comment.