Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Http3ConnectionException.cs
Go to the documentation of this file.
3
4namespace System.Net.Http;
5
7[SupportedOSPlatform("windows")]
8[SupportedOSPlatform("linux")]
9[SupportedOSPlatform("macos")]
11{
16
18 : base(info, context)
19 {
20 }
21}
override string ToString()
Definition Exception.cs:384
Http3ConnectionException(SerializationInfo info, StreamingContext context)
static string GetName(Http3ErrorCode errorCode)
Definition SR.cs:7