MessageSizeExceededException Class

Definition

Represents an exception occurred when the size of the message exceeded the maximum allowed size.

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

Constructors

MessageSizeExceededException(String)

Initializes a new instance of the MessageSizeExceededException class with specified exception message.

MessageSizeExceededException(String, Exception)

Initializes a new instance of the MessageSizeExceededException class with specified exception message and the error that caused the 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)

Applies to