1 out of 6 rated this helpful - Rate this topic

MessageQueueErrorCode Enumeration

Identifies the source of an error that occurred within the Message Queuing application and generated a MessageQueueException exception.

Namespace: System.Messaging
Assembly: System.Messaging (in system.messaging.dll)

public enum MessageQueueErrorCode
public enum MessageQueueErrorCode
public enum MessageQueueErrorCode
  Member name Description
Supported by the .NET Compact Framework AccessDenied Message text: Access is denied. 

Message Queuing returns this error if access to the specified queue or computer is denied. If this error is returned, verify that you have access rights for the operation, such as creating, deleting, or setting properties for a queue. For information about changing access rights for a queue, see the MessageQueueAccessRights and MessageQueue.SetPermissions topics.

Supported by the .NET Compact Framework BadSecurityContext Message text: Bad security context. 

Message Queuing returns this error if the security context has become corrupted.

Supported by the .NET Compact Framework Base Message Queuing does not return this error code. 
Supported by the .NET Compact Framework BufferOverflow Message text: The buffer supplied to MQReceiveMessage for message body retrieval was too small. The message is not removed from the queue and part of the message body that fits in the buffer was copied. 
Supported by the .NET Compact Framework CannotCreateCertificateStore Message text: Unable to create a certificate store for the internal certificate. 

Message Queuing returns this error if you do not have permission to manipulate your own profile.

Supported by the .NET Compact Framework CannotCreateHashEx Message text: Unable to create a hash object for an authenticated message. 

See the Message class's HashAlgorithm property for more information about hash algorithms.

Supported by the .NET Compact Framework CannotCreateOnGlobalCatalog Message text: Failed to create an object on a specified global catalog server. 
Supported by the .NET Compact Framework CannotGetDistinguishedName Message text: Failed to retrieve the distinguished name of local computer. 
Supported by the .NET Compact Framework CannotGrantAddGuid Message text: Failed to grant the "Add Guid" permission to current user. 
Supported by the .NET Compact Framework CannotHashDataEx Message text: Unable to hash data for an authenticated message. 
Supported by the .NET Compact Framework CannotImpersonateClient Message text: The RPC server cannot impersonate the client application, hence security credentials could not be verified. 

Message Queuing returns this error if the directory service server cannot impersonate the client application. This is necessary to verify the security credentials.

Supported by the .NET Compact Framework CannotJoinDomain Message text: Failed to join Message Queuing enterprise on Windows 2000 domain. 
Supported by the .NET Compact Framework CannotLoadMsmqOcm Message text: Cannot load the MSMQOCM.DLL library. 
Supported by the .NET Compact Framework CannotOpenCertificateStore Message text: Unable to open the certificates store for the internal certificate. 

Message Queuing returns this error if you do not have permission to manipulate your own profile.

Supported by the .NET Compact Framework CannotSetCryptographicSecurityDescriptor Message text: Unable to set the security descriptor for the cryptographic keys. 

For information about cryptographic providers, see the CryptographicProviderType and Message.AuthenticationProviderType topics.

Supported by the .NET Compact Framework CannotSignDataEx Message text: Unable to sign data before sending an authenticated message. 

See the Message class's DigitalSignature property for more information about signing data.

Supported by the .NET Compact Framework CertificateNotProvided Message text: A user attempted to send an authenticated message without a certificate. 

Message Queuing returns this error if the sending application attempts to use security context information to authenticate a message, and the security context does not include a certificate. For more information about certificates, see the Message class's SenderCertificate property.

Supported by the .NET Compact Framework ComputerDoesNotSupportEncryption Message text: The computer does not support encryption operations. 

Message Queuing returns this error when the application requests encryption and the computer (source or destination) does not support encryption operations. When this error is returned, the encryption operation fails. For more information about using encryption, see the MessageQueue.EncryptionRequired and Message.EncryptionAlgorithm topics.

Supported by the .NET Compact Framework CorruptedInternalCertificate Message text: The internal Message Queuing certificate is corrupted. 

This error applies only to Message Queuing 1.0.

Supported by the .NET Compact Framework CorruptedPersonalCertStore Message text: The personal certificate store is corrupted. 

Message Queuing returns this error when the Microsoft Internet Explorer personal certificate store is corrupted.

Supported by the .NET Compact Framework CorruptedQueueWasDeleted Message text: The.ini file for the queue in LQS was deleted because it was corrupted. 
Supported by the .NET Compact Framework CorruptedSecurityData Message text: A cryptographic function has failed. 
Supported by the .NET Compact Framework CouldNotGetAccountInfo Message text: Could not get the account information for the user. 
Supported by the .NET Compact Framework CouldNotGetUserSid Message text: Could not get the SID information out of the thread token. 

For more information about sender identifiers, see the Message class's SenderId property.

Supported by the .NET Compact Framework DeleteConnectedNetworkInUse Message text: The connected network cannot be deleted; it is in use. 

Message Queuing returns this error if it cannot delete the specified connected network because the network is defined in at least one other computer. Remove the connected network from all connected network lists and try again to delete it.

Supported by the .NET Compact Framework DependentClientLicenseOverflow Message text: The number of dependent clients served by this Message Queuing server reached its upper limit. 
Supported by the .NET Compact Framework DsError Message text: Internal directory service error. 
Supported by the .NET Compact Framework DsIsFull Message text: Directory service is full. 

Message Queuing returns this error if the information store is full. This error applies only to Message Queuing 1.0.

Supported by the .NET Compact Framework DtcConnect Message text: Cannot connect to MS DTC. 

Message Queuing returns this error if it is unable to connect to the Microsoft Distributed Transaction Coordinator.

Supported by the .NET Compact Framework EncryptionProviderNotSupported Message text: The Cryptographic Service Provider is not supported by Message Queuing. 
Supported by the .NET Compact Framework FailVerifySignatureEx Message text: Signature of received message is not valid. 
Supported by the .NET Compact Framework FormatNameBufferTooSmall Message text: The format name buffer supplied to the API was too small to fit the format name. 
Supported by the .NET Compact Framework Generic Message text: Generic Error. 

Message Queuing returns this error if it cannot identify a more specific source.

Supported by the .NET Compact Framework GuidNotMatching Message text: Failed to create Message Queuing configuration object with a GUID that matches the computer installation. You must uninstall Message Queuing and then reinstall it. 
Supported by the .NET Compact Framework IllegalContext Message text: Invalid context parameter. 
Supported by the .NET Compact Framework IllegalCriteriaColumns Message text: Invalid MQCOLUMNS parameter. 

Message Queuing returns this error if you are using the MessagePropertyFilter class and have selected false for all Boolean values and zero (0) for all integer values.

Supported by the .NET Compact Framework IllegalCursorAction Message text: MQ_ACTION_PEEK_NEXT specified to MQReceiveMessage can not be used with the current cursor position. 

System.Messaging.MessageEnumerator.MoveNext cannot be used with the current cursor position.

Supported by the .NET Compact Framework IllegalEnterpriseOperation Message text: The operation is invalid for a Message Queuing services object. 
Supported by the .NET Compact Framework IllegalFormatName Message text: The given format name is invalid. 

For valid format name syntax options, see the MessageQueue class's FormatName property.

Supported by the .NET Compact Framework IllegalMessageProperties Message text: Illegal MQQMPROPS parameter, either null or with zero properties. 

Illegal message properties, either a null reference (Nothing in Visual Basic) or with zero properties.

Supported by the .NET Compact Framework IllegalOperation Message text: The operation is invalid on foreign message queuing systems. 
Supported by the .NET Compact Framework IllegalPrivateProperties The private properties parameter value is invalid. This may be because it has a null value or has zero properties specified. 
Supported by the .NET Compact Framework IllegalPropertyId Message text: Invalid property identifier value. 
Supported by the .NET Compact Framework IllegalPropertySize Message text: Illegal property buffer size. 

Message Queuing returns this error if the specified buffer for the message identifier or correlation identifier is not the correct size. See the Message class's Message.Id and Message.CorrelationId properties for more information about message identifiers.

Supported by the .NET Compact Framework IllegalPropertyValue Message text: Invalid property value. 
Supported by the .NET Compact Framework IllegalPropertyVt Message text: Invalid VARTYPE value. 
Supported by the .NET Compact Framework IllegalQueuePathName Message text: Invalid queue path name. 

See the MessageQueue class's Path property for valid path syntax options.

Supported by the .NET Compact Framework IllegalQueueProperties Message text: Illegal MQQUEUEPROPS parameter, either null or with zero properties. 

Illegal Queue Properties, either a null reference (Nothing in Visual Basic) or with zero properties.

Message Queuing returns this error if you are using the MessageQueueCriteria class and have called ClearAll or have not specified any criteria to use when filtering queues. See the MessageQueueCriteria class or MessageQueue.GetPublicQueues for more information about filtering queue search criteria.

Supported by the .NET Compact Framework IllegalRelation Message text: Invalid relation value in restriction. 
Supported by the .NET Compact Framework IllegalRestrictionPropertyId Message text: Invalid propid value in MQRESTRICTION parameter. 

Invalid property identifier value for restriction.

Supported by the .NET Compact Framework IllegalSecurityDescriptor Message text: The specified security descriptor is not a valid security descriptor. 
Supported by the .NET Compact Framework IllegalSort Message text: Illegal sort specified (for example, duplicate columns). 
Supported by the .NET Compact Framework IllegalSortPropertyId Message text: Invalid propid value in MQSORTSET. 

Invalid property identifier value in for sort.

Supported by the .NET Compact Framework IllegalUser Message text: The user has an invalid user name. 

Message Queuing returns this error if your application is connecting to it through an invalid user name.

Supported by the .NET Compact Framework InsufficientProperties Message text: Not all the required properties for the operation were specified in the input parameters. 
Supported by the .NET Compact Framework InsufficientResources Message text: Insufficient resources to perform operation. 

Message Queuing returns this error, for example, if there is not enough memory to complete the operation. When this error is returned, the operation fails.

Supported by the .NET Compact Framework InvalidCertificate Message text: The user certificate is not valid. 

Message Queuing returns this error if the security certificate specified in the Message class's SenderCertificate property is invalid, or if the certificate is not correctly placed in the Microsoft Internet Explorer personal certificate store.

Supported by the .NET Compact Framework InvalidHandle Message text: An invalid handle passed to a function. 

Message Queuing returns this error if the specified queue handle is not valid.

Supported by the .NET Compact Framework InvalidOwner Message text: Invalid object owner. For example CreateQueue failed because the Queue Manager object is invalid. 

Message Queuing returns this error, for example, if your application attempts to create a queue on a computer on which Message Queuing is not installed.

Supported by the .NET Compact Framework InvalidParameter Message text: An invalid parameter passed to a function. 

Message Queuing returns this error if one of the parameters supplied by the operation is not valid.

Supported by the .NET Compact Framework IOTimeout Message text: The receive or peek message time-out has expired. 

Message Queuing returns this error if the time-out specified in a call to MessageQueue.Receive or MessageQueue.Peek expires before a new message arrives in the queue. This can only happen if there was no message already in the queue; both methods would return immediately if a message exists.

Supported by the .NET Compact Framework LabelBufferTooSmall Message text: The label buffer supplied to the API was too small. 
Supported by the .NET Compact Framework MachineExists Message text: Computer with the same name already exists in the site. 
Supported by the .NET Compact Framework MachineNotFound Message text: The specified computer could not be found. 

Message Queuing returns this error if it cannot find the queue's computer in the directory service.

Supported by the .NET Compact Framework MessageAlreadyReceived Message text: A message that is currently pointed at by the cursor has been removed from the queue by another process or by another call to receive the message without the use of this cursor. 

Message Queuing returns this error when some other cursor, application, or the system administrator has already removed the message from the queue. This error is most likely to occur when using the MessageEnumerator class, such as the instance returned through a call to MessageQueue.GetMessageEnumerator or MessageQueue.GetEnumerator.

MessageNotFound Message text: The specified message could not be found. 

Message Queuing returns this error if it cannot find the specified message in the queue.

Supported by the .NET Compact Framework MessageStorageFailed Message text: Could not store a recoverable or journal message. Message was not sent. 

Message Queuing returns this error if the local computer cannot store a recoverable message (one whose delivery is guaranteed in the case of a network problem) or a journal message. See the Message class's Recoverable and UseJournalQueue properties for more information about these message sending options.

Supported by the .NET Compact Framework MissingConnectorType Message text: Connector Type is mandatory when sending an Acknowledgment or secure message. 

Message Queuing returns this error when the application sets a property typically set by Message Queuing, but does not specify the connector to use. For more information about connector types, see the Message class's ConnectorType property.

Supported by the .NET Compact Framework MqisReadOnlyMode Message text: MQIS database is in read-only mode. 
Supported by the .NET Compact Framework MqisServerEmpty Message text: The list of MQIS servers (in registry) is empty. 

This error applies only to Message Queuing 1.0.

Supported by the .NET Compact Framework NoDs Message text: No connection with this site's controller(s). 

Message Queuing returns this error if the application cannot access the directory service. If this error is returned, verify permissions for accessing the directory service.

Supported by the .NET Compact Framework NoEntryPointMsmqOcm Message text: Cannot locate an entry point in the MSMQOCM.DLL library. 
Supported by the .NET Compact Framework NoGlobalCatalogInDomain Message text: Unable to find Global Catalog servers in the specified domain. 
Supported by the .NET Compact Framework NoInternalUserCertificate Message text: The internal Message Queuing certificate for the user does not exist. 

Message Queuing returns this error if no internal certificate is registered or the registered certificate is corrupted.

Supported by the .NET Compact Framework NoMsmqServersOnDc Message text: Failed to find Message Queuing servers on domain controllers. 
Supported by the .NET Compact Framework NoMsmqServersOnGlobalCatalog Message text: Failed to find Message Queuing servers on Global Catalog domain controllers. 
Supported by the .NET Compact Framework NoResponseFromObjectServer Message text: No response from object owner. 

Message Queuing returns this error if there is no response from the directory service server. When this error is returned, the status of the operation is unknown.

Supported by the .NET Compact Framework ObjectServerNotAvailable Message text: Object owner is not reachable. 

Message Queuing returns this error if the directory service server for the object is not available. When this error is returned, the operation fails.

Supported by the .NET Compact Framework OperationCanceled Message text: The operation was canceled before it could be completed. 
Supported by the .NET Compact Framework PrivilegeNotHeld Message text: Client does not have the required privileges to perform the operation. 
Supported by the .NET Compact Framework Property Message text: One or more of the passed properties are invalid. 
Supported by the .NET Compact Framework PropertyNotAllowed Message text: Invalid property for the requested operation  
Supported by the .NET Compact Framework ProviderNameBufferTooSmall Message text: The passed buffer for the Provider name property is too small. 

See the Message class's AuthenticationProviderName property for more information about provider names.

Supported by the .NET Compact Framework PublicKeyDoesNotExist Message text: The public key for the computer does not exist. 

Message Queuing returns this error if it was able to query the directory service, but the enhanced key was not found. This error applies only to Message Queuing 2.0.

Supported by the .NET Compact Framework PublicKeyNotFound Message text: Unable to find the public key for computer. 

Message Queuing returns this error, for example, if you are trying to retrieve the computer properties of a computer running Message Queuing 1.0 or if you are trying to get remote computer properties while working offline. This error applies only to Message Queuing 2.0.

Supported by the .NET Compact Framework QDnsPropertyNotSupported DNS property is not supported as criteria to locate queues. 

You cannot retrieve the DNS path name of a queue.

Supported by the .NET Compact Framework QueueDeleted Message text: The queue was deleted. Messages cannot be received anymore using this queue instance. The queue should be closed. 
Supported by the .NET Compact Framework QueueExists Message text: A queue with the same pathname is already registered. 

Message Queuing registers public queues in the directory service, and registers private queues on the local computer.

Supported by the .NET Compact Framework QueueNotAvailable Message text: Error while reading from a queue residing on a remote computer. 
Supported by the .NET Compact Framework QueueNotFound Message text: The queue is not registered in the directory service. 

Message Queuing returns this error if it cannot find the queue. This includes public queues not registered in the directory service and Internet queues that do not exist in the Message Queuing namespace.

Supported by the .NET Compact Framework RemoteMachineNotAvailable Message text: The remote machine is not available. 
Supported by the .NET Compact Framework ResultBufferTooSmall Message text: The supplied result buffer is too small. 
Supported by the .NET Compact Framework SecurityDescriptorBufferTooSmall Message text: The size of the buffer passed to MQGetQueueSecurity is too small. 

Message Queuing returns this error if the supplied security buffer is too small for the security descriptor.

Supported by the .NET Compact Framework SenderCertificateBufferTooSmall Message text: The passed buffer for the user certificate property is too small. 

See the Message class's System.Messaging.Message.SenderCertificate property for more information about user certificates.

Supported by the .NET Compact Framework SenderIdBufferTooSmall Message text: The passed buffer for the user identifier property is too small. 

Message Queuing returns this error when the supplied sender identification buffer is too small. See the Message class's System.Messaging.Message.SenderId property for more information about sender identifiers.

Supported by the .NET Compact Framework ServiceNotAvailable Message text: The Message Queues service is not available. 

Message Queuing returns this error if the application is unable to connect to the Queue Manager.

Supported by the .NET Compact Framework SharingViolation Message text: Sharing violation. The queue is already opened for exclusive receive. 

Message Queuing returns this error if an application is trying to open an already opened queue that has exclusive read rights. For more information about receiving messages exclusively from a queue, see the MessageQueue class's DenySharedReceive property.

Supported by the .NET Compact Framework SignatureBufferTooSmall Message text: The passed buffer for the Signature property is too small. 

See the Message class's DigitalSignature property for more information about signatures.

Supported by the .NET Compact Framework StaleHandle Message text: The Queue Manager service has been restarted. The queue handle is stale and should be closed. 

Message Queuing returns this error if the specified handle was obtained in a previous session of the Queue Manager service.

Supported by the .NET Compact Framework SymmetricKeyBufferTooSmall Message text: The passed buffer for the Symmetric key property is too small. 

See the Message class's DestinationSymmetricKey property for more information about symmetric keys.

Supported by the .NET Compact Framework TransactionEnlist Message text: Cannot enlist the transaction. 
Supported by the .NET Compact Framework TransactionImport Message text: Cannot import the transaction. 
Supported by the .NET Compact Framework TransactionSequence Message text: Wrong transaction operations sequence. 
Supported by the .NET Compact Framework TransactionUsage Message text: Wrong transaction usage. 

Message Queuing returns this error if an attempt was made to open a remote queue for read access from within a transaction, or an attempt was made to read a message from a non-transactional queue from within a transaction.

Supported by the .NET Compact Framework UnsupportedAccessMode Message text: The specified access mode is not supported. 

Message Queuing returns this error if the access mode specified when opening the queue is set to an invalid value, or the access mode and the share mode specified are not compatible.

Supported by the .NET Compact Framework UnsupportedFormatNameOperation Message text: The requested operation for the specified format name is not supported. 

Message Queuing returns this error when the requested operation is not supported for the specified format name. Operations include trying to open a queue to receive messages by specifying a direct format name.

Supported by the .NET Compact Framework UnsupportedOperation Message text: The operation is not supported for a WORKGROUP installation computer. 
Supported by the .NET Compact Framework UserBufferTooSmall Message text: Request failed because user buffer is too small to hold the returned information. 
Supported by the .NET Compact Framework WksCantServeClient Message text: Message Queuing-independent clients cannot serve Message Queuing-dependent clients. 
Supported by the .NET Compact Framework WriteNotAllowed Message text: Another MQIS server is being installed; write operations to the database are not allowed at this time. 

The MessageQueueErrorCode enumeration gives detailed information about an error condition during a messaging operation.

The MessageQueueException uses the MessageQueueErrorCode property to identify the nature of the Message Queuing error. The MessageQueueErrorCode value determines a text string to associate with the error.

The following code example verifies whether a Message Queuing queue exists, and then deletes it.

using System;
using System.Messaging;

namespace MyProject
{
	/// <summary>
	/// Provides a container class for the example.
	/// </summary>
	public class MyNewQueue
	{

		//**************************************************
		// Provides an entry point into the application.
		//		 
		// This example verifies existence and attempts to 
		// delete a queue.
		//**************************************************

		public static void Main()
		{

			// Determine whether the queue exists.
			if (MessageQueue.Exists(".\\myQueue"))
			{
				try
				{
					// Delete the queue.
					MessageQueue.Delete(".\\myQueue");
				}
				catch(MessageQueueException e)
				{
					if(e.MessageQueueErrorCode == 
						MessageQueueErrorCode.AccessDenied)
					{
						Console.WriteLine("Access is denied. " + 
							"Queue might be a system queue.");
					}

					// Handle other sources of MessageQueueException.
				}

			}
		
			return;
		}

	}
}

package MyProject;

import System.*;
import System.Messaging.*;

/// <summary>
/// Provides a container class for the example.
/// </summary>
public class MyNewQueue
{
    //**************************************************
    // Provides an entry point into the application.
    //         
    // This example verifies existence and attempts to 
    // delete a queue.
    //**************************************************
    public static void main(String[] args)
    {
        // Determine whether the queue exists.
        if (MessageQueue.Exists(".\\myQueue")) {
            try {
                // Delete the queue.
                MessageQueue.Delete(".\\myQueue");
            }
            catch (MessageQueueException e) {
                if (e.get_MessageQueueErrorCode().
                    Equals(MessageQueueErrorCode.AccessDenied)) {
                    Console.WriteLine("Access is denied. "
                        + "Queue might be a system queue.");
                }
                // Handle other sources of MessageQueueException.
            }
        }        
        return;
    } //main
} //MyNewQueue 

Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ