TransactionSizeExceededException Constructors

Definition

Overloads

TransactionSizeExceededException(String)

Initializes a new instance of the TransactionSizeExceededException class.

TransactionSizeExceededException(String, Exception)

Initializes a new instance of the TransactionSizeExceededException class.

TransactionSizeExceededException(String)

Initializes a new instance of the TransactionSizeExceededException class.

public TransactionSizeExceededException (string message);
new Microsoft.ServiceBus.Messaging.TransactionSizeExceededException : string -> Microsoft.ServiceBus.Messaging.TransactionSizeExceededException
Public Sub New (message As String)

Parameters

message
String

The exception message.

Applies to

TransactionSizeExceededException(String, Exception)

Initializes a new instance of the TransactionSizeExceededException class.

public TransactionSizeExceededException (string message, Exception innerException);
new Microsoft.ServiceBus.Messaging.TransactionSizeExceededException : string * Exception -> Microsoft.ServiceBus.Messaging.TransactionSizeExceededException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The exception message.

innerException
Exception

The error that caused the exception.

Applies to