Table of Contents

Class MessagingEntityDisabledException

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

The exception that is thrown when the Messaging Entity is disabled. Enable the entity again using Portal.

public sealed class MessagingEntityDisabledException : ServiceBusException, ISerializable
Inheritance
MessagingEntityDisabledException
Implements
Inherited Members

Constructors

MessagingEntityDisabledException(string)

public MessagingEntityDisabledException(string message)

Parameters

message string

MessagingEntityDisabledException(string, Exception)

public MessagingEntityDisabledException(string message, Exception innerException)

Parameters

message string
innerException Exception