// Assembly: mscorlib
// Full name: System.Threading.Tasks.TaskExceptionHolder

namespace System.Threading.Tasks
{
public class TaskExceptionHolder // TypeDefIndex: 3909
{
	// Fields
	type#15325 s_failFastOnUnobservedException;
	type#27013 m_task;
	type#9372 m_faultExceptions;
	type#18132 m_cancellationException;
	type#15314 m_isHandled;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27008 task) { }
	// RVA: -1
	private static type#15313 ShouldFailFastOnUnobservedException() { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	internal type#15313 get_ContainsFaultList() { }
	// RVA: -1
	internal type#28660 Add(type#23705 exceptionObject, type#15313 representsCancellation) { }
	// RVA: -1
	private type#28660 SetCancellationException(type#23705 exceptionObject) { }
	// RVA: -1
	private type#28660 AddFaultException(type#23705 exceptionObject) { }
	// RVA: -1
	private type#28660 MarkAsUnhandled() { }
	// RVA: -1
	internal type#28660 MarkAsHandled(type#15313 calledFromFinalizer) { }
	// RVA: -1
	internal type#14184 CreateExceptionObject(type#15313 calledFromFinalizer, type#18121 includeThisException) { }
	// RVA: -1
	internal type#10058 GetExceptionDispatchInfos() { }
	// RVA: -1
	internal type#18131 GetCancellationExceptionDispatchInfo() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
