PipelineClosedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |