Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HPackDecodingException.cs
Go to the documentation of this file.
1
using
System.Runtime.Serialization
;
2
3
namespace
System.Net.Http.HPack
;
4
5
[
Serializable
]
6
internal
sealed
class
HPackDecodingException
:
Exception
7
{
8
public
HPackDecodingException
(
string
message)
9
:
base
(message)
10
{
11
}
12
13
public
HPackDecodingException
(
string
message,
Exception
innerException
)
14
:
base
(message,
innerException
)
15
{
16
}
17
18
public
HPackDecodingException
(
SerializationInfo
info
,
StreamingContext
context)
19
:
base
(
info
, context)
20
{
21
}
22
}
System.Exception
Definition
Exception.cs:15
System.Net.Http.HPack.HPackDecodingException.HPackDecodingException
HPackDecodingException(string message)
Definition
HPackDecodingException.cs:8
System.Net.Http.HPack.HPackDecodingException.HPackDecodingException
HPackDecodingException(string message, Exception innerException)
Definition
HPackDecodingException.cs:13
System.Net.Http.HPack.HPackDecodingException.HPackDecodingException
HPackDecodingException(SerializationInfo info, StreamingContext context)
Definition
HPackDecodingException.cs:18
System.Net.Http.HPack.HPackDecodingException
Definition
HPackDecodingException.cs:7
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.Data.IsolationLevel.Serializable
@ Serializable
System.Net.Http.HPack
Definition
DynamicTable.cs:1
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Net.Http
System.Net.Http.HPack
HPackDecodingException.cs
Generated by
1.10.0