HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
Loading...
Searching...
No Matches
HSB.Exceptions.InvalidHttpCodeException Class Reference
Inheritance diagram for HSB.Exceptions.InvalidHttpCodeException:

Public Member Functions

 InvalidHttpCodeException (int code)
 

Detailed Description

Definition at line 3 of file InvalidHttpCodeException.cs.

Constructor & Destructor Documentation

◆ InvalidHttpCodeException()

HSB.Exceptions.InvalidHttpCodeException.InvalidHttpCodeException ( int  code)

Definition at line 5 of file InvalidHttpCodeException.cs.

6 {
7 Terminal.ERROR($"Invalid HTTP redirection code -> {code}");
8 }

The documentation for this class was generated from the following file: