Thursday, September 15, 2011

How to Break on All Errors in Visua; Studio 2010?

Try make the following step.

 Go to Click on Debug / Exceptions... / Select in Common Language Runtime Exceptions and checked "Thrown".

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...