Table of Contents

Class MessageNotFoundException

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

The exception that is thrown when the requested message is not found.

public sealed class MessageNotFoundException : ServiceBusException, ISerializable
Inheritance
MessageNotFoundException
Implements
Inherited Members

Constructors

MessageNotFoundException(string)

public MessageNotFoundException(string message)

Parameters

message string

MessageNotFoundException(string, Exception)

public MessageNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception