PairedMessagingFactoryException Class

Definition

Represents the exception occurred for the paired messaging factory.

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

Constructors

PairedMessagingFactoryException(String)

Initializes a new instance of the PairedMessagingFactoryException class.

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)

Applies to