C# 클래스 JSIStudios.SimpleRESTServices.Core.Exceptions.HttpHeaderNotFoundException

상속: Exception
파일 보기 프로젝트 열기: ONLYOFFICE/AppServer

공개 메소드들

메소드 설명
HttpHeaderNotFoundException ( ) : System
HttpHeaderNotFoundException ( string name ) : System
HttpHeaderNotFoundException ( string name, string message ) : System

메소드 상세

HttpHeaderNotFoundException() 공개 메소드

public HttpHeaderNotFoundException ( ) : System
리턴 System

HttpHeaderNotFoundException() 공개 메소드

public HttpHeaderNotFoundException ( string name ) : System
name string
리턴 System

HttpHeaderNotFoundException() 공개 메소드

public HttpHeaderNotFoundException ( string name, string message ) : System
name string
message string
리턴 System