次の方法で共有


UnauthorizedException クラス

定義

ユーザーがエンティティにアクセスできない場合にスローされる例外。

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

コンストラクター

UnauthorizedException(String)

ユーザーがエンティティにアクセスできない場合にスローされる例外。

UnauthorizedException(String, Exception)

ユーザーがエンティティにアクセスできない場合にスローされる例外。

プロパティ

IsTransient

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

(継承元 ServiceBusException)
Message

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

(継承元 ServiceBusException)
ServiceBusNamespace

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

(継承元 ServiceBusException)

適用対象