CircularTaskDependencyException Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Exception raised when a circular dependency would cause a deadlock during a requested task wait operation.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | CircularTaskDependencyException() | 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. |
![]() | CircularTaskDependencyException(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. |
![]() | CircularTaskDependencyException(String) | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() ![]() | VS_E_CIRCULARTASKDEPENDENCY | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | IsCritical() | (Defined by ExtensionMethods.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





