first-chance-exception
System.Net.Sockets.SocketException when closing NamedPipeClientStream
After I try to close a pipe client, I see the following error in the output console: A first chance exception of type \'System.Ne开发者_如何学运维t.Sockets.SocketException\' occurred in System.dll[详细]
2023-03-30 08:22 分类:问答A first chance exception occurred... and I don't know why
Whenever I try to debug my Windows Phone 7 C# app, I get the following message in the Output window: A first chance exception of type \'System.Overflow开发者_如何学编程Exception\' occurred in mscorli[详细]
2023-03-21 00:31 分类:问答Application Phantom Crash When One Function Call Added
My application has some debug code written specifically to send debug data to the Output Window when running in debug mode.When the function GetCurrTime is called in the below code snippet the applica[详细]
2023-03-11 09:26 分类:问答WCF - Many many many first chance exceptions being thrown - then crashes App
I have a WPF application (Host) that is, among other things, self-hosting WCF with a number of ServiceHosts (an example shown below)[详细]
2023-02-17 14:17 分类:问答crashes not trapped with MS VS Debugger - how to catch?
I\'m getting random crashes from my c# app (Windows 7/VS2008), and it doesn\'t give me a usual stack trace, but rather suggests to close/debug/find info windows 7 kind of dialog box. I\'m running the[详细]
2023-01-15 22:21 分类:问答Display exception information and Debug.Print() messages in Immediate Window
A friend of mine claims that calls to Debug.Print() as well as first-chance exception notifications appear in the Immediate Window for him. I found this surprising; for me they only appear in the Outp[详细]
2022-12-26 12:06 分类:问答Branch structure for a web site
I was recently reading the TFS Branching Guide and it suggests a branch for every release. For a web site, there is only one \"version\" released at a time. In that case is it appropriate to have a si[详细]
2022-12-23 07:22 分类:问答vs.net first time exceptions filter
In visual studio you can activate break on first ch开发者_运维百科ange exceptions. In my application I would like to ignore certain exceptions (validation and installation) and I have to disable those[详细]
2022-12-10 01:32 分类:问答