PipeServer(TMessage).StartException Event

Tungsten Suite

PipeServerTMessageStartException Event

Raised if an exception occurs while creating the NamedPipeServerStream

Namespace:  W.IO.Pipes
Assembly:  Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3
Syntax
C#
public event Action<Pipe, Exception> StartException

Value

Type: SystemActionPipe, Exception
See Also