NoSuchProcess.this

this(int pid, string file = __FILE__, size_t line = __LINE__) @safe

Constructs a new NoSuchProcess exception.

Parameters

pidThe process ID that was not found.
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.