Freigeben über


PropertyServiceException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der PropertyServiceExceptions-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public PropertyServiceException(
    string message,
    Exception ex
)

Parameter

  • message
    Typ: System.String
    Eine Benutzer-lesbare Meldung, die den Fehler angibt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyServiceException Klasse

PropertyServiceException-Überladung

Microsoft.TeamFoundation.Framework.Client-Namespace