ExceptionHandlingRetryResult.IsTransient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the exception is represents a transient condition. The transient retriable exceptions are those where the communication channel from client to service still exists. Non transient retriable exceptions are those where we need to re-resolve the service endpoint before we retry.
public bool IsTransient { get; }
member this.IsTransient : bool
Public ReadOnly Property IsTransient As Boolean
Property Value
true indicates that this is a transient retriable exception. false indicates that this is a non transient retriable exception.
Applies to
Azure SDK for .NET