UnauthorizedException Constructors

Definition

Overloads

UnauthorizedException(String)
UnauthorizedException(String, Exception)

UnauthorizedException(String)

Source:
UnauthorizedException.cs
public UnauthorizedException (string message);
new Microsoft.Azure.ServiceBus.UnauthorizedException : string -> Microsoft.Azure.ServiceBus.UnauthorizedException
Public Sub New (message As String)

Parameters

message
String

Applies to

UnauthorizedException(String, Exception)

Source:
UnauthorizedException.cs
public UnauthorizedException (string message, Exception innerException);
new Microsoft.Azure.ServiceBus.UnauthorizedException : string * Exception -> Microsoft.Azure.ServiceBus.UnauthorizedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to