TimeoutException

Thrown when read/write operations failed due timeout.

Exception carries useful info about number of read/wrote bytes until timeout occurs. It takes sense only for Windows, as posix version won't start reading until the port is empty.

Constructors

this
this(string port, size_t size, string file, size_t line)

Transfers problematic port name and size of read/wrote bytes until timeout.

Members

Variables

size
size_t size;
Undocumented in source.

Meta