NoMatchingSubscriptionException Class

Definition

The exception that is thrown when subscription matching resulted no match.

[System.Serializable]
public sealed class NoMatchingSubscriptionException : Microsoft.ServiceBus.Messaging.MessagingException
[<System.Serializable>]
type NoMatchingSubscriptionException = class
    inherit MessagingException
Public NotInheritable Class NoMatchingSubscriptionException
Inherits MessagingException
Inheritance
NoMatchingSubscriptionException
Attributes

Constructors

NoMatchingSubscriptionException(String)

Initializes a new instance of the NoMatchingSubscriptionException class with error message.

NoMatchingSubscriptionException(String, Exception)

Initializes a new instance of the NoMatchingSubscriptionException class with error message and inner exception.

Properties

Data

Gets the data associated with the exception.

(Inherited from MessagingException)
Detail

Gets or sets the detail information of the messaging exception.

(Inherited from MessagingException)
IsTransient

Gets or sets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried.

(Inherited from MessagingException)
Timestamp

Gets or sets the time at which the messaging exception occurred.

(Inherited from MessagingException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates the serialization information with data about the exception.

(Inherited from MessagingException)
ToString()

Returns the string representation of the NoMatchingSubscriptionException.

Applies to