NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueueException Class

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

Remarks

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.

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

MessageQueueException Members | System.Messaging Namespace