简体   繁体   中英

Visual Studio 2015 Output Exceptions

I'm currently building an application which has become quite big. Even though the application is working fine, I am seeing in the "Output"-window a few Exceptions being thrown. I would like to solve those exceptions but the Exceptions don't provide any information from which method they are coming. So for example I get a System.ObjectDisposedException , but I don't really have an idea where it is being thrown.

Is there a way I can easily trace where this Exception is being thrown?

Thanks

I just noticed that in the Debugger under Exception Settings I can enable Exceptions to break on. So this way I can find where they are being thrown.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM