C# 클래스 Hyper.Http.UnknownHttpMethodException

상속: System.Exception
파일 보기 프로젝트 열기: tmitchel2/Hyper

공개 메소드들

메소드 설명
UnknownHttpMethodException ( string method ) : System

Initializes a new instance of the UnknownHttpMethodException class.

메소드 상세

UnknownHttpMethodException() 공개 메소드

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