Share via


ExceptionHandlingRetryResult.ExceptionId Property

Definition

Gets string that uniquely identifies the exception type.

public string ExceptionId { get; }
member this.ExceptionId : string
Public ReadOnly Property ExceptionId As String

Property Value

Unique id for this exception. This id is used to keep track of the number of times this exception is retried

Applies to