In this post, you’ll learn more about the Error Code -1072824261 – IllegalPropertySize that is returned when working with the Message Queuing application in .NET
.NET API MessageQueueErrorCode Error
-1072824261 – IllegalPropertySize
MessageQueueErrorCode .NET API Error Description
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 Id and CorrelationId properties for more information about message identifiers.
Leave a Reply