RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EWebUsersListException Class

EWebUsersListException is the base class for exceptions that TWebUserList raises.

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

EWebUsersListException is the common base class for all exceptions that represent errors which TWebUserList encounters. Its descendants include  

EUserIDNotFoundException, which is raised when a WebSnap application tries to use the Web user list to look up information about a user that is not listed. 

EValidateUserException, which is raised when the WebSnap application tries to log in a user and the Web user list fails to validate the supplied user id and password. 

 

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