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: StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CircularTaskDependencyException Class