Enum ExceptionHandling (4.4.0)

public enum ExceptionHandling

How to handle exceptions from calls.

Namespace

Google.Cloud.Diagnostics.Common

Assembly

Google.Cloud.Diagnostics.Common.dll

Fields

NameDescription
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.