Table of Contents

Class UnauthorizedException

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

The exception that is thrown when user doesn't have access to the entity.

public sealed class UnauthorizedException : ServiceBusException, ISerializable
Inheritance
UnauthorizedException
Implements
Inherited Members

Constructors

UnauthorizedException(string)

public UnauthorizedException(string message)

Parameters

message string

UnauthorizedException(string, Exception)

public UnauthorizedException(string message, Exception innerException)

Parameters

message string
innerException Exception