Table of Contents

Class DuplicateMessageException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Exception for signaling message duplicate errors.

public sealed class DuplicateMessageException : MessagingException, ISerializable
Inheritance
DuplicateMessageException
Implements
Inherited Members

Constructors

DuplicateMessageException(string)

Initializes a new instance of the DuplicateMessageException class.

public DuplicateMessageException(string message)

Parameters

message string

The error message about the exception.

DuplicateMessageException(string, Exception)

Initializes a new instance of the DuplicateMessageException class.

public DuplicateMessageException(string message, Exception innerException)

Parameters

message string

The error message about the exception.

innerException Exception

The inner exception that is the cause of the current exception.