Topic Path: Symbol Reference > Classes > EIdNotAllBytesSent Class
ContentsIndexHome
PreviousUpNext
EIdNotAllBytesSent Class

Exception raised for an incomplete socket transmission.

File
EIdNotAllBytesSent = class(EIdSocketHandleError);

EIdNotAllBytesSent is an EIdSocketHandleError descendant that represents the exception raised when TIdSocketHandle is unable to send all bytes in a transmission to the peer connection. 

EIdNotAllBytesSent is raised in TIdStackWindows.WSSendTo when the WinSock SendTo() API returns a value (other than Id_SOCKET_ERROR) that does not match the length of send buffer. 

EIdNotAllBytesSent used the resource string in RSNotAllBytesSent to construct the message for the exception.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.