Is thrown if a Microsoft Message Queue Server (MSMQ) internal error occurs.
Object
Exception
SystemException
ExternalException
MessageQueueException
[Visual Basic] Public Class MessageQueueException Inherits ExternalException [C#] public class MessageQueueException : ExternalException [C++] public __gc class MessageQueueException : public ExternalException [JScript] public class MessageQueueException extends ExternalException
Internal errors are generated by internal exceptions on MSMQ that must be dealt with through your code. You must trap and handle exceptions raised when getting queue and message properties.
Namespace: System.Messaging
Assembly: system.messaging.dll