terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AbandonedMutexException() [2/3]

System.Threading.AbandonedMutexException.AbandonedMutexException ( int location,
WaitHandle handle )
inline

Definition at line 19 of file AbandonedMutexException.cs.

20 {
22 base..ctor("The wait completed due to an abandoned mutex.");
23 this._HResult = 5421;
24 this._mutexIndex = location;
25 if (handle != null)
26 {
27 }
28 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.