C# Class Illumina.TerminalVelocity.SimpleHttpClientException

Inheritance: System.Exception
显示文件 Open project: basespace/TerminalVelocity

Public Methods

Method Description
SimpleHttpClientException ( SimpleHttpResponse response ) : System
SimpleHttpClientException ( SimpleHttpResponse response, string message ) : System
SimpleHttpClientException ( SimpleHttpResponse response, string message, Exception inner ) : System

Protected Methods

Method Description
SimpleHttpClientException ( SimpleHttpResponse response, SerializationInfo info, StreamingContext context ) : System

Method Details

SimpleHttpClientException() public method

public SimpleHttpClientException ( SimpleHttpResponse response ) : System
response SimpleHttpResponse
return System

SimpleHttpClientException() protected method

protected SimpleHttpClientException ( SimpleHttpResponse response, SerializationInfo info, StreamingContext context ) : System
response SimpleHttpResponse
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SimpleHttpClientException() public method

public SimpleHttpClientException ( SimpleHttpResponse response, string message ) : System
response SimpleHttpResponse
message string
return System

SimpleHttpClientException() public method

public SimpleHttpClientException ( SimpleHttpResponse response, string message, Exception inner ) : System
response SimpleHttpResponse
message string
inner System.Exception
return System