Internet Direct (Indy)
Home
PreviousUpNext
EIdCannotSetIPVersionWhenConnected Class

Exception raised when setting the IP version for a connected socket handle.

Pascal
EIdCannotSetIPVersionWhenConnected = class(EIdSocketHandleError);

EIdCannotSetIPVersionWhenConnected is an EIdSocketHandleError descendant that represents the exception raised when setting the IP Version for a socket handle that has already been bound. 

EIdCannotSetIPVersionWhenConnected uses the resource string RSCannotSetIPVersionWhenConnected as text for the exception. 

EIdCannotSetIPVersionWhenConnected is raised in the write access specifier for the TIdSocketHandle.IPVersion property.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.