Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/ExceptionServices/HandleProcessCorruptedStateExceptionsAttribute.cs
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

21 lines
790 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.ExceptionServices
{
/// <summary>Enables managed code to handle exceptions that indicate a corrupted process state.</summary>
// Token: 0x02000544 RID: 1348
[Token(Token = "0x2000544")]
[AttributeUsage(AttributeTargets.Method)]
public sealed class HandleProcessCorruptedStateExceptionsAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute" /> class.</summary>
// Token: 0x06002BFA RID: 11258 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002BFA")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public HandleProcessCorruptedStateExceptionsAttribute()
{
}
}
}