tgstation-server
5.12.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
HeadersException.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Api
4
{
8
public
sealed
class
HeadersException
: Exception
9
{
13
public
HeaderTypes
MissingOrMalformedHeaders
{
get
; }
14
20
public
HeadersException
(
HeaderTypes
missingOrMalformedHeaders,
string
message) : base(message)
21
{
22
MissingOrMalformedHeaders
= missingOrMalformedHeaders;
23
}
24
28
public
HeadersException
()
29
{
30
}
31
36
public
HeadersException
(
string
message) : base(message)
37
{
38
}
39
45
public
HeadersException
(
string
message, Exception innerException) : base(message, innerException)
46
{
47
}
48
}
49
}
Tgstation.Server.Api.HeadersException
Thrown when trying to generate ApiHeaders from Microsoft.AspNetCore.Http.Headers.RequestHeaders fails...
Definition:
HeadersException.cs:9
Tgstation.Server.Api.HeadersException.HeadersException
HeadersException(string message)
Initializes a new instance of the HeadersException class.
Definition:
HeadersException.cs:36
Tgstation.Server.Api.HeadersException.HeadersException
HeadersException()
Initializes a new instance of the HeadersException class.
Definition:
HeadersException.cs:28
Tgstation.Server.Api.HeadersException.HeadersException
HeadersException(string message, Exception innerException)
Initializes a new instance of the HeadersException class.
Definition:
HeadersException.cs:45
Tgstation.Server.Api.HeadersException.MissingOrMalformedHeaders
HeaderTypes MissingOrMalformedHeaders
The HeaderTypess that are missing or malformed.
Definition:
HeadersException.cs:13
Tgstation.Server.Api.HeadersException.HeadersException
HeadersException(HeaderTypes missingOrMalformedHeaders, string message)
Initializes a new instance of the HeadersException class.
Definition:
HeadersException.cs:20
Tgstation.Server.Api
Definition:
ApiHeaders.cs:17
Tgstation.Server.Api.HeaderTypes
HeaderTypes
Types of individual ApiHeaders.
Definition:
HeaderTypes.cs:10
Generated by
1.9.5