PipelineDepthException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PipelineDepthException occurs when the number of commands participating in a pipeline (object streaming) exceeds the configured maximum.
public ref class PipelineDepthException : SystemException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class PipelineDepthException : SystemException, System.Management.Automation.IContainsErrorRecord
public class PipelineDepthException : SystemException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type PipelineDepthException = class
inherit SystemException
interface IContainsErrorRecord
type PipelineDepthException = class
inherit SystemException
interface IContainsErrorRecord
Public Class PipelineDepthException
Inherits SystemException
Implements IContainsErrorRecord
- Inheritance
-
PipelineDepthException
- Attributes
- Implements
Constructors
PipelineDepthException() |
Instantiates a new instance of the PipelineDepthException class. |
PipelineDepthException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the PipelineDepthException class using data serialized via ISerializable |
PipelineDepthException(String) |
Instantiates a new instance of the PipelineDepthException class. |
PipelineDepthException(String, Exception) |
Instantiates a new instance of the PipelineDepthException class. |
Properties
CallDepth |
Always 0 - depth is not tracked as there is no hard coded maximum. |
ErrorRecord |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable |