SPCmdletPipeBindException Constructor (SerializationInfo, StreamingContext)

Creates a new instance of the SPCmdletPipeBindException class from serialized data.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SPCmdletPipeBindException(info, context)
protected SPCmdletPipeBindException(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See Also

Reference

SPCmdletPipeBindException Class

SPCmdletPipeBindException Members

SPCmdletPipeBindException Overload

Microsoft.SharePoint.PowerShell Namespace