This topic has not yet been rated - Rate this topic

MessagingException.IsTransient Property

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

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
'Declaration
Public Property IsTransient As Boolean
	Get
	Protected Set
'Usage
Dim instance As MessagingException
Dim value As Boolean

value = instance.IsTransient

instance.IsTransient = value

Property Value

Type: System.Boolean
True if the exception is transient; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.