PipelineDepthException
Class
Definition
PipelineDepthException occurs when the number of commands participating in a pipeline (object streaming) exceeds the configured maximum.
public class PipelineDepthException : SystemException, System.Management.Automation.IContainsErrorRecord
- Inheritance
-
PipelineDepthException
- Implements
Constructors
| PipelineDepthException() |
Instantiates a new instance of the PipelineDepthException class |
| PipelineDepthException(String) |
Instantiates a new instance of the PipelineDepthException class |
| PipelineDepthException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PipelineDepthException class using data serialized via ISerializable |
| 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 |