RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EUserIDNotFoundException Class

EUserIDNotFoundException is raised when a Web user list attempts to locate information about a user that is not in the list.

Pascal
EUserIDNotFoundException = class(EWebUsersListException);
C++
class EUserIDNotFoundException : public EWebUsersListException;

When a Web user list (TWebUserList) attempts to look up information about a user and fails to find an entry for that user, it generates an OnUserIDNotFound event. If that event handler does not handle the situation, then the Web user list raises an EUserIDNotFoundException exception. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!