Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ThreadAbortException.cs
Go to the documentation of this file.
3
4namespace System.Threading;
5
7[TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
9{
10 public object? ExceptionState => null;
11
13 {
14 base.HResult = -2146233040;
15 }
16
18 : base(info, context)
19 {
20 }
21}
ThreadAbortException(SerializationInfo info, StreamingContext context)