C# Class JSIStudios.SimpleRESTServices.Core.Exceptions.HttpHeaderNotFoundException

Inheritance: Exception
Exibir arquivo Open project: ONLYOFFICE/AppServer

Public Methods

Method Description
HttpHeaderNotFoundException ( ) : System
HttpHeaderNotFoundException ( string name ) : System
HttpHeaderNotFoundException ( string name, string message ) : System

Method Details

HttpHeaderNotFoundException() public method

public HttpHeaderNotFoundException ( ) : System
return System

HttpHeaderNotFoundException() public method

public HttpHeaderNotFoundException ( string name ) : System
name string
return System

HttpHeaderNotFoundException() public method

public HttpHeaderNotFoundException ( string name, string message ) : System
name string
message string
return System