|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Threading.Tasks.TaskExceptionHolder:Protected Member Functions | |
| override void | Finalize () |
Package Functions | |
| TaskExceptionHolder (Task task) | |
| void | Add (object exceptionObject, bool representsCancellation) |
| void | MarkAsHandled (bool calledFromFinalizer) |
| global::System.AggregateException | CreateExceptionObject (bool calledFromFinalizer, global::System.Exception includeThisException) |
| global::System.Collections.ObjectModel.ReadOnlyCollection< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > | GetExceptionDispatchInfos () |
| global::System.Runtime.ExceptionServices.ExceptionDispatchInfo | GetCancellationExceptionDispatchInfo () |
Properties | |
| bool | ContainsFaultList [get, set] |
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 |
| global::System.Collections.Generic.LowLevelListWithIList< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > | m_faultExceptions |
| global::System.Runtime.ExceptionServices.ExceptionDispatchInfo | m_cancellationException |
| bool | m_isHandled |
Static Private Attributes | |
| static readonly bool | s_failFastOnUnobservedException |
Definition at line 11 of file TaskExceptionHolder.cs.