Fan.Sys.Sys.initFail C# (CSharp) Method

initFail() private static method

private static initFail ( string field, Exception e ) : Exception
field string
e System.Exception
return System.Exception
        private static Exception initFail(string field, Exception e)
        {
            Console.WriteLine("ERROR: cannot init Sys." + field);
              Err.dumpStack(e);
              throw new Exception("Cannot boot fan: " + e.ToString());
        }