System.Messaging Reference (Document! X Sample)
Members 



System.Messaging Namespace : MessageQueueException Class
MessageQueueException Class
The exception that is thrown if a Microsoft Message Queuing internal error occurs.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class MessageQueueException 
   Inherits System.Runtime.InteropServices.ExternalException
'Usage
 
Dim instance As MessageQueueException
[Serializable()]
public class MessageQueueException : System.Runtime.InteropServices.ExternalException 
[Serializable()]
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