Skip to content
Auto
Products

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.Exception

Inheritance: Exception → NamedPipeConnectionLostException

A request that fails this way has an unknown outcome. The other side may have processed it before the connection broke.

Initializes a new instance of the NamedPipeConnectionLostException class.

public NamedPipeConnectionLostException()