PipelineClosedException
Class
Definition
PipelineClosedException occurs when someone tries to write to an asynchronous pipeline source and the pipeline has already been stopped.
public class PipelineClosedException : System.Management.Automation.RuntimeException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
Constructors
| PipelineClosedException() |
Instantiates a new instance of the PipelineClosedException class |
| PipelineClosedException(String) |
Instantiates a new instance of the PipelineClosedException class |
| PipelineClosedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PipelineClosedException class using data serialized via ISerializable |
| PipelineClosedException(String, Exception) |
Instantiates a new instance of the PipelineClosedException class |