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

◆ RestoreExceptionDispatchInfo()

void System.Exception.RestoreExceptionDispatchInfo ( ExceptionDispatchInfo exceptionDispatchInfo)
inlinepackageinherited

Definition at line 336 of file Exception.cs.

337 {
338 object stackTrace = exceptionDispatchInfo.m_stackTrace;
339 if (stackTrace != null)
340 {
341 if (stackTrace != null)
342 {
343 this.captured_traces = stackTrace;
344 if (stackTrace != null)
345 {
346 return;
347 }
348 }
349 throw new InvalidCastException();
350 }
351 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.