MsmqBindingBase.CustomDeadLetterQueue Property
Gets or sets a URI that contains the location of the dead-letter queue for each application, where messages that have expired or that have failed transfer or delivery are placed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The dead-letter queue is a queue on the queue manager of the sending application for expired messages that failed to be delivered.
The URI that is specified by CustomDeadLetterQueue must use the net.msmq scheme.
If DeadLetterQueue is set to None or System, then CustomDeadLetterQueue must be set to null. If CustomDeadLetterQueue is not null, then DeadLetterQueue must be set to Custom.
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.