7 references to QueueNotAvailable
System.Workflow.Runtime (6)
WorkflowQueuingService.cs (6)
182throw new QueueException(String.Format(CultureInfo.CurrentCulture, ExecutionStringManager.QueueNotEnabled, queueName), MessageQueueErrorCode.QueueNotAvailable); 214throw new QueueException(String.Format(CultureInfo.CurrentCulture, ExecutionStringManager.QueueNotEnabled, queueName), MessageQueueErrorCode.QueueNotAvailable); 405throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable); 488throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable); 638throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable); 655throw new QueueException(message, MessageQueueErrorCode.QueueNotAvailable);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationFault.cs (1)
21if (errorCode == MessageQueueErrorCode.QueueNotAvailable)