CircularTaskDependencyException Constructor (SerializationInfo^, StreamingContext)
Visual Studio 2015
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.
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.
Show: