Table of Contents

Class ServiceBusTimeoutException

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

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

public class ServiceBusTimeoutException : ServiceBusException, ISerializable
Inheritance
ServiceBusTimeoutException
Implements
Inherited Members

Constructors

ServiceBusTimeoutException(string)

public ServiceBusTimeoutException(string message)

Parameters

message string

ServiceBusTimeoutException(string, Exception)

public ServiceBusTimeoutException(string message, Exception innerException)

Parameters

message string
innerException Exception