C# Class Hyper.Http.UnknownHttpMethodException

Inheritance: System.Exception
Afficher le fichier Open project: tmitchel2/Hyper

Méthodes publiques

Méthode Description
UnknownHttpMethodException ( string method ) : System

Initializes a new instance of the UnknownHttpMethodException class.

Method Details

UnknownHttpMethodException() public méthode

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