C# Класс Microsoft.Http.HttpStageProcessingException

Наследование: HttpProcessingException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HttpStageProcessingException ( ) : System
HttpStageProcessingException ( string message ) : System
HttpStageProcessingException ( string message, Exception inner ) : System
HttpStageProcessingException ( string message, Exception inner, Microsoft.Http.HttpStage stage, HttpRequestMessage request, HttpResponseMessage response ) : System

Защищенные методы

Метод Описание
HttpStageProcessingException ( System info, System context ) : System

Описание методов

HttpStageProcessingException() публичный Метод

public HttpStageProcessingException ( ) : System
Результат System

HttpStageProcessingException() защищенный Метод

protected HttpStageProcessingException ( System info, System context ) : System
info System
context System
Результат System

HttpStageProcessingException() публичный Метод

public HttpStageProcessingException ( string message ) : System
message string
Результат System

HttpStageProcessingException() публичный Метод

public HttpStageProcessingException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System

HttpStageProcessingException() публичный Метод

public HttpStageProcessingException ( string message, Exception inner, Microsoft.Http.HttpStage stage, HttpRequestMessage request, HttpResponseMessage response ) : System
message string
inner System.Exception
stage Microsoft.Http.HttpStage
request HttpRequestMessage
response HttpResponseMessage
Результат System