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
System.Threading.Tasks.TaskExceptionHolder Class Reference

Protected Member Functions

override void Finalize ()
 

Package Functions

 TaskExceptionHolder (Task task)
 
void Add (object exceptionObject, bool representsCancellation)
 
void MarkAsHandled (bool calledFromFinalizer)
 
AggregateException CreateExceptionObject (bool calledFromFinalizer, Exception includeThisException)
 
ReadOnlyCollection< ExceptionDispatchInfoGetExceptionDispatchInfos ()
 
ExceptionDispatchInfo GetCancellationExceptionDispatchInfo ()
 

Properties

bool ContainsFaultList [get]
 

Private Member Functions

void SetCancellationException (object exceptionObject)
 
void AddFaultException (object exceptionObject)
 
void MarkAsUnhandled ()
 

Static Private Member Functions

static bool ShouldFailFastOnUnobservedException ()
 
static TaskExceptionHolder ()
 

Private Attributes

readonly Task m_task
 
LowLevelListWithIList< ExceptionDispatchInfom_faultExceptions
 
ExceptionDispatchInfo m_cancellationException
 
bool m_isHandled
 

Static Private Attributes

static readonly bool s_failFastOnUnobservedException
 

Detailed Description

Definition at line 9 of file TaskExceptionHolder.cs.


The documentation for this class was generated from the following file: