UnauthorizedException Class
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.
The exception that is thrown when user doesn't have access to the entity.
public sealed class UnauthorizedException : Microsoft.Azure.ServiceBus.ServiceBusException
type UnauthorizedException = class
inherit ServiceBusException
Public NotInheritable Class UnauthorizedException
Inherits ServiceBusException
- Inheritance
Constructors
UnauthorizedException(String, Exception) | |
UnauthorizedException(String) |
Properties
IsTransient |
A boolean indicating if the exception is a transient error or not. (Inherited from ServiceBusException) |
Message |
Gets the message as a formatted string. (Inherited from ServiceBusException) |
ServiceBusNamespace |
Gets the Service Bus namespace from which the exception occurred, if available. (Inherited from ServiceBusException) |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET