WebPartPageUserException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the WebPartPageUserException class with serialized data.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New WebPartPageUserException(info, context)
public WebPartPageUserException(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe object that holds the serialized object data.
context
Type: System.Runtime.Serialization.StreamingContextThe contextual information about the source or destination.
See Also
Reference
WebPartPageUserException Class
WebPartPageUserException Members