2 instantiations of BarrierPostPhaseException
System.Threading (2)
System\Threading\Barrier.cs (2)
755throw new BarrierPostPhaseException(_exception); 795throw new BarrierPostPhaseException(_exception);
6 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 (4)
System\Threading\Barrier.cs (4)
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.