2 instantiations of ThreadStartException
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
865return new System.Threading.ThreadStartException();
System\Threading\Thread.NativeAot.cs (1)
400throw new ThreadStartException(startException ?? new OutOfMemoryException());
3 references to ThreadStartException
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1180[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStartException))]
netstandard (1)
netstandard.cs (1)
2143[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStartException))]
System.Threading.Thread (1)
src\runtime\artifacts\obj\System.Threading.Thread\Release\net11.0\System.Threading.Thread.Forwards.cs (1)
14[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadStartException))]