Freigeben über


MessagingEntityNotFoundException Konstruktoren

Definition

Überlädt

MessagingEntityNotFoundException(String)
MessagingEntityNotFoundException(String, Exception)

MessagingEntityNotFoundException(String)

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

Parameter

message
String

Gilt für:

MessagingEntityNotFoundException(String, Exception)

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

Parameter

message
String
innerException
Exception

Gilt für: