using System; using Cpp2IlInjected; namespace System.Runtime.ExceptionServices { /// 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. // Token: 0x02000529 RID: 1321 [Token(Token = "0x2000529")] public class FirstChanceExceptionEventArgs : EventArgs { } }