Freigeben über


SPEndpointAddressNotFoundException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der Klasse [Microsoft.SharePoint.SPEndpointAddressNotFoundException] basierend auf der angegebenen Fehlermeldung und einer inneren Ausnahme, die die aktuelle Ausnahme ausgelöst hat.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SPEndpointAddressNotFoundException(message, _
    innerException)
public SPEndpointAddressNotFoundException(
    string message,
    Exception innerException
)

Parameter

  • message
    Typ: System.String

    Die Meldung, die den Fehler beschreibt.

  • innerException
    Typ: System.Exception

    Die inneren Ausnahme, die diese Ausnahme ausgelöst hat.

Siehe auch

Referenz

SPEndpointAddressNotFoundException Klasse

SPEndpointAddressNotFoundException-Member

SPEndpointAddressNotFoundException-Überladung

Microsoft.SharePoint-Namespace