This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x02000192 RID: 402
[Token(Token = "0x2000192")]
internal sealed class RethrowException : Exception
{
// Token: 0x06000881 RID: 2177 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000881")]
[Address(RVA = "0x587680", Offset = "0x586480", VA = "0x180587680")]
public RethrowException()
{
}
}
}