Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ThreadStartException.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{
11 : base(SR.Arg_ThreadStartException)
12 {
13 base.HResult = -2146233051;
14 }
15
17 : base(SR.Arg_ThreadStartException, reason)
18 {
19 base.HResult = -2146233051;
20 }
21
23 : base(info, context)
24 {
25 }
26}
Definition SR.cs:7
ThreadStartException(SerializationInfo info, StreamingContext context)