Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I hide an exception type from the output window in Visual Studio?

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.

like image 304
dr. evil Avatar asked Aug 31 '09 11:08

dr. evil


2 Answers

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".

like image 87
vahapt Avatar answered Oct 22 '22 16:10

vahapt


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.

like image 38
JaredPar Avatar answered Oct 22 '22 16:10

JaredPar