NamedPipeClient<(Of <(<'TRead, TWrite>)>)>..::..Error Event
Invoked whenever an exception is thrown during a read or write operation on the named pipe.
Namespace:
Devesprit.Scripter.IPC.PipeAssembly: Devesprit Scripter (in Devesprit Scripter.dll)
Syntax
public event PipeExceptionEventHandler Error
Public Event Error As PipeExceptionEventHandler
public: event PipeExceptionEventHandler^ Error { void add (PipeExceptionEventHandler^ value); void remove (PipeExceptionEventHandler^ value); }