C# Class Illumina.TerminalVelocity.HttpException

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

Public Methods

Method Description
HttpException ( string error ) : System
HttpException ( string error, Exception cause ) : System

Method Details

HttpException() public method

public HttpException ( string error ) : System
error string
return System

HttpException() public method

public HttpException ( string error, Exception cause ) : System
error string
cause System.Exception
return System