Google.Cloud.Diagnostics.Common - Enum ExceptionHandling (5.1.0)

public enum ExceptionHandling

Reference documentation and code samples for the Google.Cloud.Diagnostics.Common enum ExceptionHandling.

How to handle exceptions from calls.

Namespace

GoogleCloudGoogle.Cloud.DiagnosticsCommon

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.