StreetFoo.Client.ReportImageCacheManager.SinkWarning C# (CSharp) Méthode

SinkWarning() private méthode

private SinkWarning ( FileNotFoundException ex ) : void
ex System.IO.FileNotFoundException
Résultat void
        private void SinkWarning(FileNotFoundException ex)
        {
            // no-op - we're just getting rid of compiler warnings...
        }