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