System.Messaging Reference (Document! X Sample)
MessageQueueException Class
Members 



System.Messaging Namespace : MessageQueueException Class
The exception that is thrown if a Microsoft Message Queuing internal error occurs.
Syntax
'Declaration
 
Public Class MessageQueueException 
   Inherits System.Runtime.InteropServices.ExternalException
'Usage
 
Dim instance As MessageQueueException
public class MessageQueueException : System.Runtime.InteropServices.ExternalException 
public ref class MessageQueueException : public System.Runtime.InteropServices.ExternalException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.Runtime.InteropServices.ExternalException
            System.Messaging.MessageQueueException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageQueueException Members
System.Messaging Namespace