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