Files
Aug2021-Cpp2IL-Dump/System.Core/System/Linq/Expressions/Interpreter/ExceptionHelpers.cs
T
2026-04-10 22:50:51 +02:00

19 lines
480 B
C#

using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x0200024A RID: 586
[Token(Token = "0x200024A")]
internal static class ExceptionHelpers
{
// Token: 0x06000B47 RID: 2887 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000B47")]
[Address(RVA = "0x5B5920", Offset = "0x5B4720", VA = "0x1805B5920")]
public static void UnwrapAndRethrow(TargetInvocationException exception)
{
}
}
}