Share via


MessagingCommunicationException Class

Definition

Exception for signaling general communication errors related to messaging operations.

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

Constructors

MessagingCommunicationException(MessagingExceptionDetail, Boolean, Exception)

Initializes a new instance of the MessagingCommunicationException class.

Properties

Data

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Inherited from MessagingException)
Detail

Details about the cause of the exception

(Inherited from MessagingException)
IsTransient

A boolean indicating if the exception is a transient error or not. getting a true from this property implies that user can retry the operation that generated the exception without additional intervention.

(Inherited from MessagingException)
RetryAfter

If set, indicates recommended time for waiting before retrying transient errors.

(Inherited from MessagingException)
Timestamp

UTC timestamp of the exception

(Inherited from MessagingException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

(Inherited from MessagingException)

Applies to