SPDuplicateValuesFoundException-Konstruktor (String, Exception)
Initialisiert eine neue Instanz der Klasse [Microsoft.SharePoint.SPDuplicateValuesFoundException] Ausnahme mit der angegebenen Fehlermeldung und einer inneren Ausnahme, die die aktuelle Ausnahme verursacht.
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 SPDuplicateValuesFoundException(message, _
innerException)
public SPDuplicateValuesFoundException(
string message,
Exception innerException
)
Parameter
message
Typ: System.StringDie Meldung, die den Fehler beschreibt.
innerException
Typ: System.ExceptionDie inneren Ausnahme, die diese Ausnahme ausgelöst hat.
Siehe auch
Referenz
SPDuplicateValuesFoundException Klasse
SPDuplicateValuesFoundException-Member