2 references to MsmqPoisonMessageException
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
43
return DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MsmqPoisonMessageException
(lookupId, innerException));
System\ServiceModel\MsmqPoisonMessageException.cs (1)
20
public MsmqPoisonMessageException(long messageLookupId) :
this
(messageLookupId, null) { }