Files
2026-04-10 22:50:51 +02:00

13 lines
402 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.ExceptionServices
{
/// <summary>Provides data for the notification event that is raised when a managed exception first occurs, before the common language runtime begins searching for event handlers.</summary>
// Token: 0x02000529 RID: 1321
[Token(Token = "0x2000529")]
public class FirstChanceExceptionEventArgs : EventArgs
{
}
}