Class UnauthorizedException | Azure SDK for .NET

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

You Might Also Like