C# Class CloudAppSharp.CloudAppInvalidCredentialsException

The exception that is thrown when invalid credentials are provided to the CloudApp service.
Inheritance: System.Exception
Mostrar archivo Open project: rzhw/CloudAppSharp

Public Methods

Method Description
CloudAppInvalidCredentialsException ( WebException webException ) : System

Method Details

CloudAppInvalidCredentialsException() public method

public CloudAppInvalidCredentialsException ( WebException webException ) : System
webException System.Net.WebException
return System