CircularTaskDependencyException Constructor (SerializationInfo^, StreamingContext)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CircularTaskDependencyException class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

protected:
CircularTaskDependencyException(
	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

The contextual information about the source or destination.

Return to top
Show: