SPDuplicateValuesFoundException constructor (SerializationInfo, StreamingContext)
初始化根據指定的序列化資料和資料流內容的**[Microsoft.SharePoint.SPDuplicateValuesFoundException]**類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Sub New ( _
si As SerializationInfo, _
context As StreamingContext _
)
'用途
Dim si As SerializationInfo
Dim context As StreamingContext
Dim instance As New SPDuplicateValuesFoundException(si, context)
protected SPDuplicateValuesFoundException(
SerializationInfo si,
StreamingContext context
)
參數
si
Type: System.Runtime.Serialization.SerializationInfo有關例外狀況的序列化資訊。
context
Type: System.Runtime.Serialization.StreamingContext關於例外狀況或例外狀況的目的地的來源內容的資訊。
請參閱
參照
SPDuplicateValuesFoundException class
SPDuplicateValuesFoundException members