I cannot reproduce this exception, it works fine with me.
This may be a problem with a specific machine or even a specific software. Try to switch your default web browser or reinstall the current browser.
You can also try the following code:
Process.Start(new ProcessStartInfo("https://www.example.com") { UseShellExecute = true });
When I checked the posts with similar problems, I found that some people solve their problems in this way.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.