InvalidPID.this

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

Constructs a new InvalidPID exception.

Parameters

pidThe invalid process ID.
reasonOptional reason why the PID is invalid.
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.