Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HandleProcessCorruptedStateExceptionsAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.ExceptionServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, AllowMultiple =
false
, Inherited =
false
)]
4
[Obsolete(
"Recovery from corrupted process state exceptions is not supported; HandleProcessCorruptedStateExceptionsAttribute is ignored."
, DiagnosticId =
"SYSLIB0032"
, UrlFormat =
"https://aka.ms/dotnet-warnings/{0}"
)]
5
public
sealed
class
HandleProcessCorruptedStateExceptionsAttribute
:
Attribute
6
{
7
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute
Definition
HandleProcessCorruptedStateExceptionsAttribute.cs:6
System.Runtime.ExceptionServices
Definition
ExceptionDispatchInfo.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.ExceptionServices
HandleProcessCorruptedStateExceptionsAttribute.cs
Generated by
1.10.0