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)

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