5 instantiations of TaskSchedulerException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
1105
TaskSchedulerException tse = new
TaskSchedulerException
(e);
1695
TaskSchedulerException tse = new
TaskSchedulerException
(e);
2954
throw new
TaskSchedulerException
(e);
3185
tse = new
TaskSchedulerException
(e);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
245
TaskSchedulerException tse = new
TaskSchedulerException
(e);
15 references to TaskSchedulerException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1169
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.
TaskSchedulerException
))]
netstandard (1)
netstandard.cs (1)
2128
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.
TaskSchedulerException
))]
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
1105
TaskSchedulerException
tse = new TaskSchedulerException(e);
1695
TaskSchedulerException
tse = new TaskSchedulerException(e);
3169
TaskSchedulerException
? tse = null;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
245
TaskSchedulerException
tse = new TaskSchedulerException(e);
331
catch (
TaskSchedulerException
)
513
catch (
TaskSchedulerException
) { } // No further action is necessary, as ScheduleAndStart already transitioned task to faulted
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (5)
27
/// Initializes a new instance of the <see cref="
TaskSchedulerException
"/> class.
34
/// Initializes a new instance of the <see cref="
TaskSchedulerException
"/>
43
/// Initializes a new instance of the <see cref="
TaskSchedulerException
"/>
54
/// Initializes a new instance of the <see cref="
TaskSchedulerException
"/>
65
/// Initializes a new instance of the <see cref="
TaskSchedulerException
"/>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
829
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.
TaskSchedulerException
))]
System.Threading.Tasks (1)
System.Threading.Tasks.cs (1)
35
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.
TaskSchedulerException
))]