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
stringThe exception message.
TransactionSizeExceededException(string, Exception)
Initializes a new instance of the TransactionSizeExceededException class.
public TransactionSizeExceededException(string message, Exception innerException)