CircularTaskDependencyException Constructor (String)

This API supports the .NET Framework 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)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public CircularTaskDependencyException(
    string message
)
public:
CircularTaskDependencyException(
    String^ message
)
new : 
        message:string -> CircularTaskDependencyException
public function CircularTaskDependencyException(
    message : String
)

Parameters

  • message
    Type: 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.

.NET Framework Security

See Also

Reference

CircularTaskDependencyException Class

CircularTaskDependencyException Overload

Microsoft.VisualStudio.Shell Namespace