Partager via


MessagingEntityNotFoundException Constructeurs

Définition

Surcharges

MessagingEntityNotFoundException(String)
MessagingEntityNotFoundException(String, Exception)

MessagingEntityNotFoundException(String)

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

Paramètres

message
String

S’applique à

MessagingEntityNotFoundException(String, Exception)

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

Paramètres

message
String
innerException
Exception

S’applique à