Table of Contents

Class MessagingEntityDisabledException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Exception for signaling messaging entity disabled errors.

public sealed class MessagingEntityDisabledException : MessagingException, ISerializable
Inheritance
MessagingEntityDisabledException
Implements
Inherited Members
Extension Methods

Constructors

MessagingEntityDisabledException(string)

Initializes a new instance of the MessagingEntityDisabledException class.

public MessagingEntityDisabledException(string entityName)

Parameters

entityName string

The name of the entity responsible for the exception.

MessagingEntityDisabledException(string, Exception)

Initializes a new instance of the MessagingEntityDisabledException class.

public MessagingEntityDisabledException(string message, Exception innerException)

Parameters

message string

The error message about the exception.

innerException Exception

The inner exception that is the cause of the current exception.