C# Класс Azi.Tools.HttpWebException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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