SPInvalidLookupValuesException-Konstruktor (String, Exception)
Initialisiert eine neue Instanz der SPInvalidLookupValuesException -Klasse mit einer angegebenen Fehlermeldung und einer inneren Ausnahme, die diese 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 SPInvalidLookupValuesException(message, _
innerException)
public SPInvalidLookupValuesException(
string message,
Exception innerException
)
Parameter
message
Typ: System.StringEine Meldung, die den Fehler beschreibt.
innerException
Typ: System.ExceptionDie Ausnahme, die Ursache der aktuellen Ausnahme ist.
Siehe auch
Referenz
SPInvalidLookupValuesException Klasse
SPInvalidLookupValuesException-Member