WebModu.EWebModuleException
From RAD Studio API Documentation
Delphi
EWebModuleException = class(EWebBrokerException)
C++
class PASCALIMPLEMENTATION EWebModuleException : public Web::Httpapp::EWebBrokerException
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebModu.pas WebModu.hpp |
WebModu | WebModu |
Description
EWebModuleException is the exception that is raised when a WebSnap application tries to use a Web module to perform a task it does not support.
EWebModuleException is the exception that is raised when a server-side script in a WebSnap application tries to do direct a Web module to perform a task it does not know how to handle. For example, Web modules raise this exception when a script tries to access a variable in a Web module that does not support the use of variables.