BarrierPostPhaseException Class

Task Parallel System.Threading

The exception that is thrown when the post-phase action of a Barrier fails.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BarrierPostPhaseException _
	Inherits Exception
C#
[SerializableAttribute]
public class BarrierPostPhaseException : Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System.Threading..::.BarrierPostPhaseException

See Also