This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x02000255 RID: 597
[Token(Token = "0x2000255")]
internal static class ExceptionHelpers
{
// Token: 0x06000BE3 RID: 3043 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000BE3")]
[Address(RVA = "0xE98760", Offset = "0xE97760", VA = "0x180E98760")]
public static void UnwrapAndRethrow(TargetInvocationException exception)
{
}
}
}