MSMQ Integration Transport

This topic lists all exceptions generated by the MSMQ Integration Transport.

Exception List

Resource Code Resource String
MessageSizeMustBeInIntegerRange This factory buffers messages, so the message sizes must be in the range of an integer value.
MsmqByteArrayBodyExpected A mismatch occurred between the specified serialization format and the body of the MSMQ message. The message cannot be sent or received. The serialization format ByteArray requires the body of the MSMQ message to be of type byte[].
MsmqCannotDeserializeActiveXMessage An ActiveX serialization error occurred. The message cannot be sent or received. The specified variant type for the body does not match the actual MSMQ message body.
MsmqCannotUseBodyTypeWithActiveXSerialization The properties of the message are mismatched. The message cannot be sent or received. The BodyType message property cannot be specified if the ActiveX serialization format is used.
MsmqInvalidServiceOperationForMsmqIntegrationBinding The MsmqIntegrationBinding validation failed. The service endpoint cannot be started. The specified binding does not support the method signature for the specified service operation in the specified contract. Correct the service operation to use the MsmqIntegrationBinding.
MsmqInvalidTypeDeserialization The ActiveX serialization failed because the serialization format cannot be recognized. The message cannot be sent or received.
MsmqInvalidTypeSerialization The variant type is not recognized. The ActiveX serialization failed. The message cannot be sent or received. The specified variant type is not supported.
MsmqStreamBodyExpected Mismatch between serialization format and body content. Message cannot be sent or received. Only a body of type stream can be sent or received using the stream serialization mode.