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
stringThe communication path.
MessagingCommunicationException(string, Exception)
Initializes a new instance of the MessagingCommunicationException class.
public MessagingCommunicationException(string message, Exception innerException)