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 Constructor

Initializes a new instance of the MessageQueueException class.

[Visual Basic]
Public Sub New( _
   ByVal error As Integer _
)
[C#]
public MessageQueueException(
   int error
);
[C++]
public: MessageQueueException(
   int error
);
[JScript]
public function MessageQueueException(
   error : int
);

Parameters

error
The system code value that represents the error message.

Remarks

The value thatrepresents corresponds to a constant defined in the QueueErrors class.

See Also

MessageQueueException Class | MessageQueueException Members | System.Messaging Namespace