Compartir a través de


UnauthorizedException Constructores

Definición

Sobrecargas

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)

Parámetros

message
String

Se aplica a

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)

Parámetros

message
String
innerException
Exception

Se aplica a