RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPageDispatcherException Class

EPageDispatcherException raises an exception when a page dispatcher encounters an error.

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

WebDisp

EPageDispatcherException represents exceptions that occur when a page dispatcher tries to obtain the content of a Web page in response to an incoming HTTP request. These exceptions include  

The incoming request does not request a specific Web page and the application does not provide a default Web page to handle this situation. 

The current user does not have access rights for the requested page. 

The page dispatcher could not locate a Web page module to provide the requested page. 

The Web module with the same name as the requested page can't produce a Web page. 

The application is attempting to send a response that redirects the user to a page that the dispatcher can't locate. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!