Share via


MessagingException Class

Definition

Exception for signalling messaging errors.

[System.Serializable]
public class MessagingException : Exception
[<System.Serializable>]
type MessagingException = class
    inherit Exception
Public Class MessagingException
Inherits Exception
Inheritance
MessagingException
Derived
Attributes

Constructors

MessagingException(SerializationInfo, StreamingContext)

Constructor.

Properties

Data

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

Detail

Details about the cause of the exception

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.

RetryAfter

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

Timestamp

UTC timestamp of the exception

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

Applies to