In this post, you’ll learn more about the Error Code -1072824293 – IOTimeout that is returned when working with the Message Queuing application in .NET
.NET API MessageQueueErrorCode Error
-1072824293 – IOTimeout
MessageQueueErrorCode .NET API Error Description
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 Receive or 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.
Leave a Reply