示例#1
0
        public static string ReadErrorLog()
        {
            string file = GetErrorLogFileName();

            CustomAsserts.AssertFileExists(file, false);

            return(File.ReadAllText(file));
        }