C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.WebException

Inheritance: System.InvalidOperationException
Datei anzeigen Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
WebException ( ) : System
WebException ( string message ) : System
WebException ( string message, Exception innerException ) : System
WebException ( string message, Exception innerException, HttpWebResponse response ) : System

Private Methods

Method Description
CreateInternal ( string location ) : WebException

Method Details

WebException() public method

public WebException ( ) : System
return System

WebException() public method

public WebException ( string message ) : System
message string
return System

WebException() public method

public WebException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

WebException() public method

public WebException ( string message, Exception innerException, HttpWebResponse response ) : System
message string
innerException System.Exception
response HttpWebResponse
return System