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: 0x02000545 RID: 1349 [Token(Token = "0x2000545")] public class FirstChanceExceptionEventArgs : EventArgs { } }