Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves information about the exception for serialization.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter := True)> _
Public Overrides Sub GetObjectData ( _
si As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim instance As SPDuplicateValuesFoundException
Dim si As SerializationInfo
Dim context As StreamingContext
instance.GetObjectData(si, context)
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(
SerializationInfo si,
StreamingContext context
)
Parameters
si
Type: System.Runtime.Serialization.SerializationInfoThe serialization object to which the information about the exception is added.
context
Type: System.Runtime.Serialization.StreamingContextThe contextual information about the source of the exception or the destination for the exception for serialization.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
_Exception.GetObjectData(SerializationInfo, StreamingContext)
Remarks
This method adds information about the exception for serialization. During deserialization, the exception is reconstituted from si.
See Also
Reference
SPDuplicateValuesFoundException Class