你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TransactionSizeExceededException 构造函数

定义

重载

TransactionSizeExceededException(String)

初始化 TransactionSizeExceededException 类的新实例。

TransactionSizeExceededException(String, Exception)

初始化 TransactionSizeExceededException 类的新实例。

TransactionSizeExceededException(String)

初始化 TransactionSizeExceededException 类的新实例。

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

参数

message
String

异常消息。

适用于

TransactionSizeExceededException(String, Exception)

初始化 TransactionSizeExceededException 类的新实例。

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)

参数

message
String

异常消息。

innerException
Exception

导致异常的错误。

适用于