BudgetAnalyser.Uwp.ApplicationState.PersistApplicationStateAsXaml.HandleCorruptFileFormatGracefully C# (CSharp) Method

HandleCorruptFileFormatGracefully() private method

private HandleCorruptFileFormatGracefully ( Exception exception ) : IEnumerable
exception System.Exception
return IEnumerable
        private IEnumerable<IPersistentApplicationStateObject> HandleCorruptFileFormatGracefully(Exception exception)
        {
            return new List<IPersistentApplicationStateObject>();
        }
    }