This documentation is archived and is not being maintained.
DeliveryFailure Enumeration
Visual Studio 2010
Specifies the possible types of delivery failure for a message read from the queue.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Unknown | An unknown error occurred. | |
| AccessDenied | The sender does not have access rights to place messages in the destination queue. | |
| BadDestinationQueue | The destination queue was not found. | |
| BadEncryption | The destination queue manager cannot decrypt the message. | |
| BadSignature | The destination queue manager cannot authenticate the message because the attached signature is invalid. | |
| CouldNotEncrypt | The source queue manager cannot encrypt the message. | |
| HopCountExceeded | The message hop count was exceeded, which indicates the number of intermediate servers. | |
| NotTransactionalQueue | A transactional message was sent to a nontransactional queue. | |
| NotTransactionalMessage | A nontransactional message was sent to a transactional queue. | |
| Purged | The message was purged before reaching the destination queue. | |
| QueueDeleted | The destination queue was deleted before the message could be delivered to the application. | |
| QueueExceedMaximumSize | The message was not delivered because the destination queue is full. | |
| QueuePurged | The queue was purged and the message no longer exists. | |
| ReachQueueTimeout | The message did not reach the destination queue before timing out. | |
| ReceiveTimeout | The message was not delivered to the application on time. |
You can get the DeliveryFailure property to determine why a message failed delivery and was sent to the dead-letter queue. For additional information about message processing in a dead-letter queue, see Using Dead-Letter Queues to Handle Message Transfer Failures.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: