RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EWebModuleException Class

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.

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

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. 

 

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