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

Exception raised when the protocol stack cannot be initialized.

File
EIdStackInitializationFailed = class(EIdStackError);

EIdStackInitializationFailed is an EIdStackError descendant that represent the exception raised when the protocol stack cannot be initialized for the platform or Operating System hosting the Indy library. 

EIdStackInitializationFailed is created in the constructor for TIdStackWindows when the protocol stack cannot be loaded and/or started using WSAStartup from the Windows API. 

EIdStackInitializationFailed is created with the exception message defined in the resource string RSWinsockInitializationError.

EIdStackError 

RSWinsockInitializationError 

TIdStackWindows.Create

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