ServiceBusException.IsTransient Property

Definition

Indicates whether an exception should be considered transient or final.

public bool IsTransient { get; }
member this.IsTransient : bool
Public ReadOnly Property IsTransient As Boolean

Property Value

true if the exception is likely transient; otherwise, false.

Applies to