ProcessTerminated.this

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

Constructs a new ProcessTerminated exception.

Parameters

pidThe process ID that terminated.
operationThe operation that was in progress.
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.