Table of Contents

Class TransactionSizeExceededException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Represents an exception when the transaction size exceeds.

public sealed class TransactionSizeExceededException : QuotaExceededException, ISerializable
Inheritance
TransactionSizeExceededException
Implements
Inherited Members

Constructors

TransactionSizeExceededException(string)

Initializes a new instance of the TransactionSizeExceededException class.

public TransactionSizeExceededException(string message)

Parameters

message string

The exception message.

TransactionSizeExceededException(string, Exception)

Initializes a new instance of the TransactionSizeExceededException class.

public TransactionSizeExceededException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The error that caused the exception.