SPCmdletPipeBindException Class
Exception class used by classes that inherit from SPCmdletPipeBind classes to indicate that an exception occurred.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SharePoint.PowerShell.SPCmdletException
Microsoft.SharePoint.PowerShell.SPCmdletPipeBindException
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SPCmdletPipeBindException _
Inherits SPCmdletException
'Usage
Dim instance As SPCmdletPipeBindException
[SerializableAttribute]
public class SPCmdletPipeBindException : SPCmdletException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.