C# Class Hyper.Http.UnknownHttpMethodException

Inheritance: System.Exception
ファイルを表示 Open project: tmitchel2/Hyper

Public Methods

Method Description
UnknownHttpMethodException ( string method ) : System

Initializes a new instance of the UnknownHttpMethodException class.

Method Details

UnknownHttpMethodException() public method

Initializes a new instance of the UnknownHttpMethodException class.
public UnknownHttpMethodException ( string method ) : System
method string The http method.
return System