Files
27Aug2021-Cpp2IL-Dump/Newtonsoft.Json/Serialization/ErrorEventArgs.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

18 lines
449 B
C#

using System;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Serialization
{
// Token: 0x02000082 RID: 130
[Token(Token = "0x2000082")]
public class ErrorEventArgs : EventArgs
{
// Token: 0x060002CF RID: 719 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002CF")]
[Address(RVA = "0x2A599B0", Offset = "0x2A589B0", VA = "0x182A599B0")]
public ErrorEventArgs(object currentObject, ErrorContext errorContext)
{
}
}
}