-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
How can I handle exceptions properly?
I have created an eventHandler to get notified of messages:
((IAzureManager)deploymentManager).AzureTaskComplete += TaskComplete;
But this gives too less information if a WebException is thrown. This is the information I get if a WebException occurs during deployment:
System.Net.WebException: The remote server returned an error: (404) Not Found.
Is there a way to get more information from the exception?
Metadata
Metadata
Assignees
Labels
No labels