10 references to QueueException
System.Workflow.Runtime (10)
WorkflowQueuingService.cs (10)
182throw new QueueException(String.Format(CultureInfo.CurrentCulture, ExecutionStringManager.QueueNotEnabled, queueName), MessageQueueErrorCode.QueueNotAvailable);
214throw new QueueException(String.Format(CultureInfo.CurrentCulture, ExecutionStringManager.QueueNotEnabled, queueName), MessageQueueErrorCode.QueueNotAvailable);
253throw new QueueException(message, MessageQueueErrorCode.MessageNotFound);
276throw new QueueException(message, MessageQueueErrorCode.MessageNotFound);
405throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable);
422throw new QueueException(message, MessageQueueErrorCode.QueueExists);
446throw new QueueException(message, MessageQueueErrorCode.QueueNotFound);
488throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable);
638throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable);
655throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable);