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

◆ AddFaultException()

void System.Threading.Tasks.TaskExceptionHolder.AddFaultException ( object exceptionObject)
inlineprivate

Definition at line 79 of file TaskExceptionHolder.cs.

80 {
81 if (this.m_faultExceptions == null)
82 {
83 }
84 if (exceptionObject != null)
85 {
86 }
87 if (exceptionObject != null)
88 {
89 return;
90 }
91 if (exceptionObject != null)
92 {
93 this.MarkAsUnhandled();
94 return;
95 }
96 }
class f__AnonymousType0<< Count > j__TPar
LowLevelListWithIList< ExceptionDispatchInfo > m_faultExceptions

References j__TPar, System.Threading.Tasks.TaskExceptionHolder.m_faultExceptions, and System.Threading.Tasks.TaskExceptionHolder.MarkAsUnhandled().