SPInvalidLookupValuesException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the SPInvalidLookupValuesException class with serialized data.
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 SPInvalidLookupValuesException(si, context)
protected SPInvalidLookupValuesException(
SerializationInfo si,
StreamingContext context
)
Parameters
si
Type: System.Runtime.Serialization.SerializationInfoThe serialized object data.
context
Type: System.Runtime.Serialization.StreamingContextThe contextual information about the source or destination.
See Also
Reference
SPInvalidLookupValuesException Class
SPInvalidLookupValuesException Members