PipelineClosedException Class

Definition

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

public ref class PipelineClosedException : System::Management::Automation::RuntimeException
[System.Serializable]
public class PipelineClosedException : System.Management.Automation.RuntimeException
public class PipelineClosedException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type PipelineClosedException = class
    inherit RuntimeException
type PipelineClosedException = class
    inherit RuntimeException
Public Class PipelineClosedException
Inherits 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)

Instantiates a new instance of the PipelineClosedException class.

PipelineClosedException(String, Exception)

Instantiates a new instance of the PipelineClosedException class.

Properties

ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to

See also