NoMatchingSubscriptionException Constructor (String, Exception)
Initializes a new instance of the NoMatchingSubscriptionException class with error message and inner exception.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Parameters
- message
- Type: System.String
The error message about the exception.
- innerException
- Type: System.Exception
The inner exception that is the cause of the current exception.