次の方法で共有


MessageSizeExceededException クラス

定義

メッセージ サイズが制限を超えたときにスローされる例外。

public sealed class MessageSizeExceededException : Microsoft.Azure.ServiceBus.ServiceBusException
type MessageSizeExceededException = class
    inherit ServiceBusException
Public NotInheritable Class MessageSizeExceededException
Inherits ServiceBusException
継承
MessageSizeExceededException

コンストラクター

MessageSizeExceededException(String)

メッセージ サイズが制限を超えたときにスローされる例外。

MessageSizeExceededException(String, Exception)

メッセージ サイズが制限を超えたときにスローされる例外。

プロパティ

IsTransient

例外が一時的なエラーであるかどうかを示すブール値。

(継承元 ServiceBusException)
Message

書式設定された文字列としてメッセージを取得します。

(継承元 ServiceBusException)
ServiceBusNamespace

例外が発生した Service Bus 名前空間 (使用可能な場合) を取得します。

(継承元 ServiceBusException)

適用対象