Function ErrorLevelException.this

this (
  int errorLevel,
  string command,
  string output = null,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
);