Files
27Aug2021-Cpp2IL-Dump/Pathfinding.Ionic.Zip.Reduced/Pathfinding/Ionic/Zip/ZipErrorEventArgs.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

31 lines
828 B
C#

using System;
using Cpp2IlInjected;
namespace Pathfinding.Ionic.Zip
{
// Token: 0x0200000D RID: 13
[Token(Token = "0x200000D")]
public class ZipErrorEventArgs : ZipProgressEventArgs
{
// Token: 0x0600002D RID: 45 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600002D")]
[Address(RVA = "0xFA0590", Offset = "0xF9F590", VA = "0x180FA0590")]
private ZipErrorEventArgs()
{
}
// Token: 0x0600002E RID: 46 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x600002E")]
[Address(RVA = "0xFAF760", Offset = "0xFAE760", VA = "0x180FAF760")]
internal static ZipErrorEventArgs Saving(string archiveName, ZipEntry entry, Exception exception)
{
return null;
}
// Token: 0x04000027 RID: 39
[FieldOffset(Offset = "0x40")]
[Token(Token = "0x4000027")]
private Exception _exc;
}
}