MessagingEntityNotFoundException Constructors

Definition

Overloads

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)

Parameters

message
String

Applies to

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)

Parameters

message
String
innerException
Exception

Applies to