5 references to MessageNotFound
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
3003if (status == (int)MessageQueueErrorCode.MessageNotFound)
System.Workflow.Runtime (4)
WorkflowQueuingService.cs (4)
250object[] args = new object[] { System.Messaging.MessageQueueErrorCode.MessageNotFound, queueName }; 253throw new QueueException(message, MessageQueueErrorCode.MessageNotFound); 273object[] args = new object[] { System.Messaging.MessageQueueErrorCode.MessageNotFound, queueName }; 276throw new QueueException(message, MessageQueueErrorCode.MessageNotFound);