Leer en inglés

Compartir a través de


PipelineClosedException Class

Definition

PipelineClosedException occurs when someone tries to write to an asynchronous pipeline source and the pipeline has already been stopped.

C++
public ref class PipelineClosedException : System::Management::Automation::RuntimeException
Inheritance
PipelineClosedException
Attributes

Constructors

PipelineClosedException()

Instantiates a new instance of the PipelineClosedException class.

PipelineClosedException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the PipelineClosedException class using data serialized via ISerializable

PipelineClosedException(String, Exception)

Instantiates a new instance of the PipelineClosedException class.

PipelineClosedException(String)

Instantiates a new instance of the PipelineClosedException class.

Properties

ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

Applies to

Producto Versiones
PowerShell SDK 7.2.0, 7.3.0, 7.4.0
Windows PowerShell 5.1.0.0

See also