SPCmdletPipeBindException Constructor (String)

Creates a new instance of the SPCmdletPipeBindException class. This constructor initializes the object with a localized string.

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

Syntax

'Declaration
Public Sub New ( _
    localizedStr As String _
)
'Usage
Dim localizedStr As String

Dim instance As New SPCmdletPipeBindException(localizedStr)
public SPCmdletPipeBindException(
    string localizedStr
)

Parameters

  • localizedStr
    Type: System.String

    Localized string that the exception should represent.

See Also

Reference

SPCmdletPipeBindException Class

SPCmdletPipeBindException Members

SPCmdletPipeBindException Overload

Microsoft.SharePoint.PowerShell Namespace