Class MessagingEntityNotFoundException
- Namespace
- Microsoft.Azure.ServiceBus
- Assembly
- Microsoft.Azure.ServiceBus.dll
The exception that is thrown when the Messaging Entity is not found. Verify Entity Exists.
public sealed class MessagingEntityNotFoundException : ServiceBusException, ISerializable
- Inheritance
-
MessagingEntityNotFoundException
- Implements
- Inherited Members
Constructors
MessagingEntityNotFoundException(string)
public MessagingEntityNotFoundException(string message)
Parameters
message
string
MessagingEntityNotFoundException(string, Exception)
public MessagingEntityNotFoundException(string message, Exception innerException)