Table of Contents

Class MessagingCommunicationException

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

The exception that is thrown to signal messaging communication errors.

public sealed class MessagingCommunicationException : MessagingException, ISerializable
Inheritance
MessagingCommunicationException
Implements
Inherited Members

Constructors

MessagingCommunicationException(string)

Initializes a new instance of the MessagingCommunicationException class.

public MessagingCommunicationException(string communicationPath)

Parameters

communicationPath string

The communication path.

MessagingCommunicationException(string, Exception)

Initializes a new instance of the MessagingCommunicationException class.

public MessagingCommunicationException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

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