Costruttore CircularTaskDependencyException (String)

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Initializes a new instance of the CircularTaskDependencyException class.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
public CircularTaskDependencyException(
    string message
)

Parametri

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CircularTaskDependencyException Classe

Overload CircularTaskDependencyException

Spazio dei nomi Microsoft.VisualStudio.Shell