Class NoMatchingSubscriptionException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
The exception that is thrown when subscription matching resulted no match.
public sealed class NoMatchingSubscriptionException : MessagingException, ISerializable
- Inheritance
-
NoMatchingSubscriptionException
- Implements
- Inherited Members
Constructors
NoMatchingSubscriptionException(string)
Initializes a new instance of the NoMatchingSubscriptionException class with error message.
public NoMatchingSubscriptionException(string message)
Parameters
message
stringThe error message about the exception.
NoMatchingSubscriptionException(string, Exception)
Initializes a new instance of the NoMatchingSubscriptionException class with error message and inner exception.
public NoMatchingSubscriptionException(string message, Exception innerException)
Parameters
message
stringThe error message about the exception.
innerException
ExceptionThe inner exception that is the cause of the current exception.
Methods
ToString()
Returns the string representation of the NoMatchingSubscriptionException.
public override string ToString()
Returns
- string
The string representation of the NoMatchingSubscriptionException.