BarrierPostPhaseException Constructor (SerializationInfo, StreamingContext)
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| BarrierPostPhaseException Constructor (SerializationInfo, StreamingContext) |
| BarrierPostPhaseException Class See Also Send Feedback |
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.