This topic has not yet been rated - Rate this topic

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)
public NoMatchingSubscriptionException(
	string message,
	Exception innerException
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.