CircularTaskDependencyException Constructor (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.

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

public:
CircularTaskDependencyException(
	String^ message
)

Parameters

message
Type: System::String^

The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

Return to top
Show: