Is there anyway to stop during debugging NServiceBus from pausing on every internal exception thrown?
I do not want to disable break on all exceptions as I need to catch exception in my code.
I also don't want to configure to not break on System.Net.WebException and System.Exception as we use web technologies and like to know when they have propergated in our code.
I guess I don't really understand why this seems only to be the case for NServiceBus and no other nuget plugin I use. Is it because we use the NServiceBus.Host.exe program?
Simlar questions
NServiceBus throws The remote server returned an error: (404) Not Found
WebException error 404 after upgrading NServiceBus to version 3.3.8
How to disable RavenDB replication
Exception breaks during start of debug Currently starting a project break 12 times, some dissapear during the day.
- 'System.Net.WebException' The remote server returned an error: (404) Not Found. (RavenDb stack trace)
- The remote server returned an error: (404) Not Found. (Again)
- The remote server returned an error: (404) Not Found. (Again)
- The remote server returned an error: (404) Not Found. (Again)
- The remote server returned an error: (404) Not Found. (Again)
- The remote server returned an error: (404) Not Found. (Again)
- The remote server returned an error: (500) Internal Server (RavenDb stack trace)
- System.InvalidOperationException Url: "/docs/Raven/Authorization/WindowsSettings" (RavenDb stack trace)
- 'System.InvalidOperationException Url: "/docs/Raven/Authorization/WindowsSettings" (Again)
- 'System.InvalidOperationException Url: "/docs/Raven/Authorization/WindowsSettings" (Again)
- Exception has been thrown by the target of an invocation. (RavenUserInstaller)
- System.Exception: RavenDB requires a Commercial license to configure. (RavenUserInstaller)
Notes
- We run RavenDb on port 8081
- We have a valid NServiceBus license, and run version 4.6.1
- We do not install a commercial license on the dev machines for RavenDb