ArtistFolderCreator.Program.ShowHelpfulError C# (CSharp) Method

ShowHelpfulError() static private method

static private ShowHelpfulError ( string message ) : int
message string
return int
        static int ShowHelpfulError(string message)
        {
            Console.Write("artistfolders: ");
            Console.WriteLine(message);
            Console.ReadLine();
            return 0;
        }