Class UnauthorizedException | Azure SDK for .NET
David Richardson
Published Feb 16, 2026
Inheritance
System.Exception
UnauthorizedException
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.ServiceBus.dll
Syntax
public sealed class UnauthorizedException : Microsoft.Azure.ServiceBus.ServiceBusException Constructors
UnauthorizedException(String)
Declaration
public UnauthorizedException (string message); Parameters
| System.String message |
UnauthorizedException(String, Exception)
Declaration
public UnauthorizedException (string message, Exception innerException); Parameters
| System.String message |
| System.Exception innerException |