18 lines
420 B
C#
18 lines
420 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|