2 references to MQ_ERROR_MESSAGE_NOT_FOUND
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqQueue.cs (2)
380
if (error == UnsafeNativeMethods.
MQ_ERROR_MESSAGE_NOT_FOUND
)
475
else if (UnsafeNativeMethods.
MQ_ERROR_MESSAGE_NOT_FOUND
== error)