[Overview][Constants][Classes][Procedures and functions] Reference for unit 'Pipes' (#fcl)

ENoWritePipe

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when a read operation is attempted on a read-only pipe.

Declaration

Source position: pipes.pp line 27

type ENoWritePipe = class(EPipeError) end;

Inheritance

ENoWritePipe

  

Exception raised when a read operation is attempted on a read-only pipe.

|

EPipeError

  

Exception raised when an invalid operation is performed on a pipe stream.

|

EStreamError

|

TObject