FatalExit method

void FatalExit(
  1. int ExitCode
)

Implementation

void FatalExit(
  int ExitCode,
) {
  return _FatalExit(
    ExitCode,
  );
}