TransactionSizeExceededException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.