In this post, you’ll learn more about the Error Code -1072824286 – SenderIdBufferTooSmall that is returned when working with the Message Queuing application in .NET
.NET API MessageQueueErrorCode Error
-1072824286 – SenderIdBufferTooSmall
MessageQueueErrorCode .NET API Error Description
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 SenderId property for more information about sender identifiers.
Leave a Reply