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

Exception raised when creating an IPv6 address from its' representation as a string.

File
EIdInvalidIPv6Address = class(EIdException);

EIdInvalidIPv6Address is an EIdException descendant raised when attempting to convert a string representing an IPv6 network address to its' representation as a TIdIPv6Address datat type. 

EIdInvalidIPv6Address is raised in the IPv6ToIdIPv6Address function when a canonical IP address cannot be constructed for the provided string argument. 

EIdInvalidIPv6Address uses the values in both RSInvalidIPv6Address and the IP address to form the exception message.

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