BarrierPostPhaseException Constructor

Task Parallel System.Threading

Overload List

  NameDescription
BarrierPostPhaseException()()()
Initializes a new instance of the BarrierPostPhaseException class.
BarrierPostPhaseException(Exception)
Initializes a new instance of the BarrierPostPhaseException class with the specified inner exception.
BarrierPostPhaseException(String)
Initializes a new instance of the BarrierPostPhaseException class with a specified error message.
BarrierPostPhaseException(SerializationInfo, StreamingContext)
Initializes a new instance of the BarrierPostPhaseException class with serialized data.
BarrierPostPhaseException(String, Exception)
Initializes a new instance of the BarrierPostPhaseException class with a specified error message and inner exception.

See Also