KernelProcess.this

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

Constructs a new KernelProcess exception.

Parameters

pidThe process ID of the kernel process (often 0 or very low).
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.