Share via


UnauthorizedException Konstruktoren

Definition

Überlädt

UnauthorizedException(String)
UnauthorizedException(String, Exception)

UnauthorizedException(String)

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

Parameter

message
String

Gilt für:

UnauthorizedException(String, Exception)

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

Parameter

message
String
innerException
Exception

Gilt für: