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

例外の原因となったエラー。

適用対象