PipelineDepthException Class

Definition

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

See IContainsErrorRecord

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

Applies to