Compartilhar via


SPDuplicateValuesFoundException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the [Microsoft.SharePoint.SPDuplicateValuesFoundException] class based on the specified serialization data and the stream context.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Protected Sub New ( _
    si As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim si As SerializationInfo
Dim context As StreamingContext

Dim instance As New SPDuplicateValuesFoundException(si, context)
protected SPDuplicateValuesFoundException(
    SerializationInfo si,
    StreamingContext context
)

Parameters

See Also

Reference

SPDuplicateValuesFoundException Class

SPDuplicateValuesFoundException Members

SPDuplicateValuesFoundException Overload

Microsoft.SharePoint Namespace