MessagingException.IsTransient Property

Definition

Gets or sets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried.

public bool IsTransient { get; protected set; }
member this.IsTransient : bool with get, set
Public Property IsTransient As Boolean

Property Value

true if the exception is transient; otherwise, false.

Applies to