Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/ExceptionServices/FirstChanceExceptionEventArgs.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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: 0x02000545 RID: 1349
[Token(Token = "0x2000545")]
public class FirstChanceExceptionEventArgs : EventArgs
{
}
}