ZombieProcess.this

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

Constructs a new ZombieProcess exception.

Parameters

pidThe process ID of the zombie process.
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.