BDInfo.runner.BDROM_PlaylistFileScanError C# (CSharp) Method

BDROM_PlaylistFileScanError() protected method

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

            return GetYorNdefaultY();
        }