ServiceBusTimeoutException Class

Definition

The exception that is thrown when a time out is encountered. Callers retry the operation.

public class ServiceBusTimeoutException : Microsoft.Azure.ServiceBus.ServiceBusException
type ServiceBusTimeoutException = class
    inherit ServiceBusException
Public Class ServiceBusTimeoutException
Inherits ServiceBusException
Inheritance
ServiceBusTimeoutException

Constructors

ServiceBusTimeoutException(String)
ServiceBusTimeoutException(String, Exception)

Properties

IsTransient

A boolean indicating if the exception is a transient error or not.

(Inherited from ServiceBusException)
Message

Gets the message as a formatted string.

(Inherited from ServiceBusException)
ServiceBusNamespace

Gets the Service Bus namespace from which the exception occurred, if available.

(Inherited from ServiceBusException)

Applies to