Skip to content

Proper exception handling #35

@cternes

Description

@cternes

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions