Ejemplo n.º 1
0
        public void DebugRetryingAfterException(Exception lastException)
        {
            LogDebug(lastException.ToString());

            var storageException = lastException as StorageException;
            var message          = ExceptionUtil.DumpStorageExceptionErrorDetails(storageException);

            if (message != String.Empty)
            {
                LogDebug(message);
            }
        }