2 instantiations of BarrierPostPhaseException
System (2)
sys\system\threading\Barrier.cs (2)
770
throw new
BarrierPostPhaseException
(m_exception);
823
throw new
BarrierPostPhaseException
(m_exception);
5 references to BarrierPostPhaseException
System (5)
sys\system\threading\Barrier.cs (5)
37
/// Initializes a new instance of the <see cref="
BarrierPostPhaseException
"/> class.
44
/// Initializes a new instance of the <see cref="
BarrierPostPhaseException
"/> class with the specified inner exception.
52
/// Initializes a new instance of the <see cref="
BarrierPostPhaseException
"/> class with a specified error message.
60
/// Initializes a new instance of the <see cref="
BarrierPostPhaseException
"/> class with a specified error message and inner exception.
71
/// Initializes a new instance of the <see cref="
BarrierPostPhaseException
"/> class with serialized data.