PipelineClosedException
PipelineClosedException
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
type PipelineClosedException = class
inherit RuntimeException
Public Class PipelineClosedException
Inherits RuntimeException
- Inheritance
-
PipelineClosedExceptionPipelineClosedExceptionPipelineClosedException
Constructors
PipelineClosedException() PipelineClosedException() PipelineClosedException() |
Instantiates a new instance of the PipelineClosedException class |
PipelineClosedException(SerializationInfo, StreamingContext) PipelineClosedException(SerializationInfo, StreamingContext) PipelineClosedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PipelineClosedException class using data serialized via ISerializable |
PipelineClosedException(String) PipelineClosedException(String) PipelineClosedException(String) |
Instantiates a new instance of the PipelineClosedException class |
PipelineClosedException(String, Exception) PipelineClosedException(String, Exception) PipelineClosedException(String, Exception) |
Instantiates a new instance of the PipelineClosedException class |
Properties
ErrorRecord ErrorRecord ErrorRecord | Inherited from RuntimeException |
StackTrace StackTrace StackTrace | Inherited from RuntimeException |
WasThrownFromThrowStatement WasThrownFromThrowStatement WasThrownFromThrowStatement | Inherited from RuntimeException |
Methods
GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) | Inherited from RuntimeException |