BDInfo.runner.BDROM_StreamFileScanError C# (CSharp) Method

BDROM_StreamFileScanError() protected method

protected BDROM_StreamFileScanError ( TSStreamFile streamFile, Exception ex ) : bool
streamFile TSStreamFile
ex System.Exception
return bool
        protected bool BDROM_StreamFileScanError(TSStreamFile streamFile, Exception ex)
        {
            System.Console.WriteLine(string.Format(
                 "An error occurred while scanning the stream file {0}.\n\nThe disc may be copy-protected or damaged.\n\nDo you want to continue scanning the stream files?", streamFile.Name));

            return GetYorNdefaultY();
        }