C# 클래스 Azi.Tools.HttpWebException

상속: System.Exception
파일 보기 프로젝트 열기: Rambalac/AmazonCloudDriveApi

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
HttpWebException ( string message, HttpStatusCode code ) : System

Initializes a new instance of the HttpWebException class. Creates exception with message and HTTP status code

HttpWebException ( string message, HttpStatusCode code, Exception e ) : System

Initializes a new instance of the HttpWebException class. Creates exception with message, HTTP status code and inner exception

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

HttpWebException() 공개 메소드

Initializes a new instance of the HttpWebException class. Creates exception with message and HTTP status code
public HttpWebException ( string message, HttpStatusCode code ) : System
message string Message
code HttpStatusCode Status code
리턴 System

HttpWebException() 공개 메소드

Initializes a new instance of the HttpWebException class. Creates exception with message, HTTP status code and inner exception
public HttpWebException ( string message, HttpStatusCode code, Exception e ) : System
message string Message
code HttpStatusCode Status code
e System.Exception Inner exception
리턴 System