MsmqException Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration <SerializableAttribute> _ Public Class MsmqException Inherits ExternalException 'Usage Dim instance As MsmqException
/** @attribute SerializableAttribute() */ public class MsmqException extends ExternalException
SerializableAttribute public class MsmqException extends ExternalException
Not applicable.
This exception can be thrown when the Message Queuing channel interacts with a message queue, including opening a queue, querying a queue for information, sending messages, and receiving messages.
The exception contains the Message Queuing error code. Typically, this exception is thrown when the framework cannot recover from the error automatically and requires some human intervention. For example, this exception will be thrown if Message Queuing is not installed and an attempt is made to open the Message Queuing transport listener.
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.ServiceModel.MsmqException
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.