Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/Extensions/ExceptionHelper.cs
T
2026-04-08 23:40:05 +02:00

21 lines
552 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.Extensions
{
// Token: 0x020019B5 RID: 6581
[Token(Token = "0x20019B5")]
[StructLayout(3)]
public static class ExceptionHelper
{
// Token: 0x0600B0FB RID: 45307 RVA: 0x002959A8 File Offset: 0x00293BA8
[Token(Token = "0x600B0FB")]
[Address(RVA = "0x1C87A40", Offset = "0x1C86440", VA = "0x181C87A40")]
public static Exception ServerClosedTCPStream()
{
return new Exception("TCP Stream closed unexpectedly by the remote server");
}
}
}