2 instantiations of BarrierPostPhaseException
System.Threading (2)
System\Threading\Barrier.cs (2)
771throw new BarrierPostPhaseException(_exception); 811throw new BarrierPostPhaseException(_exception);
14 references to BarrierPostPhaseException
netstandard (1)
netstandard.cs (1)
2069[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.BarrierPostPhaseException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
914[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.BarrierPostPhaseException))]
System.Threading (12)
System\Threading\Barrier.cs (12)
29/// Initializes a new instance of the <see cref="BarrierPostPhaseException"/> class. 37/// Initializes a new instance of the <see cref="BarrierPostPhaseException"/> class with the specified inner exception. 46/// Initializes a new instance of the <see cref="BarrierPostPhaseException"/> class with a specified error message. 55/// Initializes a new instance of the <see cref="BarrierPostPhaseException"/> class with a specified error message and inner exception. 400/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 419/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 482/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 507/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 541/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 573/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 605/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action 636/// <exception cref="BarrierPostPhaseException">An exception is thrown from the post-phase action