Green Exceptions?

Posted by Aren B on Stack Overflow See other posts from Stack Overflow or by Aren B
Published on 2010-05-11T22:03:32Z Indexed on 2010/05/11 22:24 UTC
Read the original article Hit count: 318

Filed under:
|
|

When unhandled exceptions are encountered in VStudio usually the debugger highlights the line YELLOW as the line that threw the exception.

However sometimes I encounter exceptions where the debugger highlights them green as shown:

Here

I've always treated them as normal exceptions, but today I decided to ask since google/bing produced no results for "Visual Studio Green Exceptions"

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about .NET