34 references to 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);