Freigeben über


PcwException-Konstruktor (String, String, String, String)

Initialisiert eine neue Instanz der PcwExceptions-Klasse.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    error As String, _
    explanation As String, _
    userAction As String, _
    helpTopic As String _
)
public PcwException(
    string error,
    string explanation,
    string userAction,
    string helpTopic
)

Parameter

  • userAction
    Typ: System.String
    Aktionen, die der Benutzer ausführen muss, um den Fehler zu beheben.
  • helpTopic
    Typ: System.String
    Ein Link zu einem entsprechenden Hilfethema.

.NET Framework-Sicherheit

Siehe auch

Referenz

PcwException Klasse

PcwException-Überladung

Microsoft.TeamFoundation.Client-Namespace