5

I'm testing something and the output windows is being flooded with exceptions.

How can I filter an exception type that is shown in the output window.


Note:

Avoiding exceptions is not possible in this case.

Community
  • 1
  • 1
dr. evil
  • 26,944
  • 33
  • 131
  • 201
  • This is a problem for me too cause I'm catching my exceptions but they still appear in the output. Gets very confusing since now I don't know what I'm trapping and what I'm not. – Sellorio Mar 14 '13 at 23:18

2 Answers2

12

Hiding an exception type is not possible as I know. But to filter out all exception messages, right click output window and uncheck "Exception Messages".

vahapt
  • 1,685
  • 1
  • 21
  • 26
4

I do not believe this is possible. I think you can suppress all exceptions if a certain option is ticked but there is no way to filter the ones that are displayed.

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454