Files
27Aug2021-Cpp2IL-Dump/System.Core/System/Linq/Expressions/Interpreter/ExceptionHelpers.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
480 B
C#

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)
{
}
}
}