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

◆ ExceptionRecorded

bool System.Threading.Tasks.Task< TResult >.ExceptionRecorded
getpackageinherited

Definition at line 776 of file Task.2.cs.

777 {
778 get
779 {
781 if (contingentProperties != null && contingentProperties.m_exceptionsHolder != null)
782 {
784 return;
785 }
786 }
787 }
class f__AnonymousType0<< Count > j__TPar
Task.ContingentProperties m_contingentProperties
Definition Task.2.cs:1883

Referenced by System.Threading.Tasks.Task< TResult >.FinishStageTwo(), System.Threading.Tasks.Task< TResult >.GetExceptionDispatchInfos(), and System.Threading.Tasks.Task< TResult >.GetExceptions().