Partilhar via


UnauthorizedException Construtores

Definição

Sobrecargas

UnauthorizedException(String)
UnauthorizedException(String, Exception)

UnauthorizedException(String)

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

Parâmetros

message
String

Aplica-se a

UnauthorizedException(String, Exception)

Origem:
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)

Parâmetros

message
String
innerException
Exception

Aplica-se a