NamedPipeConnectionLostException
Namespace: TagBites.Pipes
Assembly: TagBites.Pipes.dll
Product: TagBites.Pipes v. 1.2.0
The exception that is thrown when the connection to the other side of the pipe is gone.
public class NamedPipeConnectionLostException : System.ExceptionInheritance: Exception → NamedPipeConnectionLostException
Remarks
Section titled “Remarks”A request that fails this way has an unknown outcome. The other side may have processed it before the connection broke.
Constructors
Section titled “Constructors”NamedPipeConnectionLostException()
Section titled “NamedPipeConnectionLostException()”Initializes a new instance of the NamedPipeConnectionLostException class.
public NamedPipeConnectionLostException()