34 instantiations of MessageQueueException
System.Messaging (34)
System\Messaging\Cursor.cs (1)
24throw new MessageQueueException(status);
System\Messaging\Message.cs (1)
1664throw new MessageQueueException(status);
System\Messaging\MessageEnumerator.cs (2)
92throw new MessageQueueException(status); 184throw new MessageQueueException(status);
System\Messaging\MessageQueue.cs (23)
643throw new MessageQueueException(status); 1683throw new MessageQueueException(status); 1743throw new MessageQueueException(status); 1858throw new MessageQueueException(status); 1918throw new MessageQueueException(status); 1941throw new MessageQueueException(status); 2039throw new MessageQueueException(status); 2385throw new MessageQueueException(status); 2624throw new MessageQueueException(status); 2685throw new MessageQueueException((int)MessageQueueErrorCode.IOTimeout); 3007throw new MessageQueueException(status); 3094throw new MessageQueueException(status); 3128throw new MessageQueueException(status); 3289throw new MessageQueueException(status); 3364throw new MessageQueueException(status); 3366throw new MessageQueueException(status); 3394throw new MessageQueueException(result); 3488throw new MessageQueueException(mqResult); 3523throw new MessageQueueException(result); 3840throw new MessageQueueException(status); 4393throw new MessageQueueException(status); 4420throw new MessageQueueException(status); 4446throw new MessageQueueException(status);
System\Messaging\MessageQueueEnumerator.cs (2)
160throw new MessageQueueException(status); 198throw new MessageQueueException(status);
System\Messaging\MessageQueueTransaction.cs (3)
81throw new MessageQueueException(status); 109throw new MessageQueueException(status); 144throw new MessageQueueException(status);
System\Messaging\QueueAccessMode.cs (2)
91throw new MessageQueueException((int)MessageQueueErrorCode.AccessDenied); 103throw new MessageQueueException((int)MessageQueueErrorCode.AccessDenied);
8 references to MessageQueueException
SMSvcHost (3)
System\ServiceModel\Activation\MsmqActivation.cs (3)
18using MQException = System.Messaging.MessageQueueException; 601catch (MQException) 629catch (MQException ex)
System.Messaging (3)
System\Messaging\MessageQueue.cs (3)
2668catch (MessageQueueException) 3916catch (MessageQueueException e) 3938catch (MessageQueueException e)
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
233catch (MessageQueueException ex) 244catch (MessageQueueException ex)