Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Http2StreamException.cs
Go to the documentation of this file.
1
using
System.Runtime.Serialization
;
2
3
namespace
System.Net.Http
;
4
5
[
Serializable
]
6
internal
sealed
class
Http2StreamException
:
Http2ProtocolException
7
{
8
public
Http2StreamException
(
Http2ProtocolErrorCode
protocolError
)
9
:
base
(
System
.
SR
.
Format
(
System
.
SR
.net_http_http2_stream_error,
Http2ProtocolException
.
GetName
(
protocolError
), ((int)
protocolError
).
ToString
(
"x"
)),
protocolError
)
10
{
11
}
12
13
private
Http2StreamException
(
SerializationInfo
info
,
StreamingContext
context)
14
:
base
(
info
, context)
15
{
16
}
17
}
System.Exception.ToString
override string ToString()
Definition
Exception.cs:384
System.Net.Http.Http2ProtocolException.GetName
static string GetName(Http2ProtocolErrorCode code)
Definition
Http2ProtocolException.cs:28
System.Net.Http.Http2ProtocolException
Definition
Http2ProtocolException.cs:7
System.Net.Http.Http2StreamException.Http2StreamException
Http2StreamException(Http2ProtocolErrorCode protocolError)
Definition
Http2StreamException.cs:8
System.Net.Http.Http2StreamException.Http2StreamException
Http2StreamException(SerializationInfo info, StreamingContext context)
Definition
Http2StreamException.cs:13
System.Net.Http.Http2StreamException
Definition
Http2StreamException.cs:7
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.SR
Definition
SR.cs:7
System.Data.IsolationLevel.Serializable
@ Serializable
System.Net.Http.Http2ProtocolErrorCode
Http2ProtocolErrorCode
Definition
Http2ProtocolErrorCode.cs:4
System.Net.Http
Definition
HttpClientJsonExtensions.cs:8
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System.ParseFailureKind.Format
@ Format
System
Definition
BlockingCollection.cs:8
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Net.Http
System.Net.Http
Http2StreamException.cs
Generated by
1.10.0