BarrierPostPhaseException Constructor (SerializationInfo, StreamingContext)

Task Parallel System.Threading

Initializes a new instance of the BarrierPostPhaseException class with serialized data.

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

Syntax

Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
C#
protected BarrierPostPhaseException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.Serialization..::.StreamingContext
An object that describes the source or destination of the serialized data.

See Also