public enum ExceptionHandlingReference documentation and code samples for the Google.Cloud.Diagnostics.Common enum ExceptionHandling.
How to handle exceptions from calls.
Namespace
Google.Cloud.Diagnostics.CommonAssembly
Google.Cloud.Diagnostics.Common.dll
Fields |
|
|---|---|
| Name | Description |
Ignore |
Ignores the errors. |
Propagate |
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. |