DeliveryFailure Enumeration
.NET Framework 3.0
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| NotTransactionalMessage | A nontransactional message was sent to a transactional queue. | |
| NotTransactionalQueue | A transactional message was sent to a nontransactional 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. | |
| Unknown | An unknown error occurred. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Community Additions
ADD
Show: