C# Класс Illumina.TerminalVelocity.SimpleHttpClientException

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

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

Метод Описание
SimpleHttpClientException ( SimpleHttpResponse response ) : System
SimpleHttpClientException ( SimpleHttpResponse response, string message ) : System
SimpleHttpClientException ( SimpleHttpResponse response, string message, Exception inner ) : System

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

Метод Описание
SimpleHttpClientException ( SimpleHttpResponse response, SerializationInfo info, StreamingContext context ) : System

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

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

public SimpleHttpClientException ( SimpleHttpResponse response ) : System
response SimpleHttpResponse
Результат System

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

protected SimpleHttpClientException ( SimpleHttpResponse response, SerializationInfo info, StreamingContext context ) : System
response SimpleHttpResponse
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public SimpleHttpClientException ( SimpleHttpResponse response, string message ) : System
response SimpleHttpResponse
message string
Результат System

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

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