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

◆ Add()

void System.Threading.Tasks.TaskExceptionHolder.Add ( object exceptionObject,
bool representsCancellation )
inlinepackage

Definition at line 62 of file TaskExceptionHolder.cs.

63 {
64 this.SetCancellationException(exceptionObject);
65 }
void SetCancellationException(object exceptionObject)

References System.Threading.Tasks.TaskExceptionHolder.SetCancellationException().