Modify member {0} so that it does not raise an exception from within a filter clause. When an exception is raised from within ...

Modify member {0} so that it does not raise an exception from within a filter clause. When an exception is raised from within a filter clause, the runtime silently catches the exception, causing the filter to evaluate to false. This makes it hard to detect and debug errors in the filter's logic.