Table of Contents

Class MessageSizeExceededException

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

The exception that is thrown when the message size exceeds the limit.

public sealed class MessageSizeExceededException : ServiceBusException, ISerializable
Inheritance
MessageSizeExceededException
Implements
Inherited Members

Constructors

MessageSizeExceededException(string)

public MessageSizeExceededException(string message)

Parameters

message string

MessageSizeExceededException(string, Exception)

public MessageSizeExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception