MessagingCommunicationException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MessagingCommunicationException(String) |
Initializes a new instance of the MessagingCommunicationException class. |
MessagingCommunicationException(String, Exception) |
Initializes a new instance of the MessagingCommunicationException class. |
MessagingCommunicationException(String)
Initializes a new instance of the MessagingCommunicationException class.
public MessagingCommunicationException (string communicationPath);
new Microsoft.ServiceBus.Messaging.MessagingCommunicationException : string -> Microsoft.ServiceBus.Messaging.MessagingCommunicationException
Public Sub New (communicationPath As String)
Parameters
- communicationPath
- String
The communication path.
Applies to
MessagingCommunicationException(String, Exception)
Initializes a new instance of the MessagingCommunicationException class.
public MessagingCommunicationException (string message, Exception innerException);
new Microsoft.ServiceBus.Messaging.MessagingCommunicationException : string * Exception -> Microsoft.ServiceBus.Messaging.MessagingCommunicationException
Public Sub New (message As String, innerException As Exception)
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.