C# 클래스 Microsoft.WindowsAzure.Samples.Data.Services.Client.WebException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
WebException ( ) : System
WebException ( string message ) : System
WebException ( string message, Exception innerException ) : System
WebException ( string message, Exception innerException, HttpWebResponse response ) : System

비공개 메소드들

메소드 설명
CreateInternal ( string location ) : WebException

메소드 상세

WebException() 공개 메소드

public WebException ( ) : System
리턴 System

WebException() 공개 메소드

public WebException ( string message ) : System
message string
리턴 System

WebException() 공개 메소드

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

WebException() 공개 메소드

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