Let the errors propagate up after they have been retried if they continually fail.
This may kill the running process, if an exception occurs when the retry limit has been reached.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ExceptionHandling` enum within the `Google.Cloud.Diagnostics.Common` namespace, specifically version 5.1.0."],["The `ExceptionHandling` enum offers two options for managing errors: `Ignore`, which suppresses errors, and `Propagate`, which allows errors to escalate and potentially halt the process."],["The latest version available is 5.2.0, with previous versions listed for reference, starting as early as 4.3.1."],["The `ExceptionHandling` enum is found within the `Google.Cloud.Diagnostics.Common.dll` assembly, and is designed to handle exceptions that occur from calls."]]],[]]