Web.Stencils.EWebStencilsException

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObjectEWebStencilsException

Delphi

EWebStencilsException = class(EWebBrokerException);

C++

class PASCALIMPLEMENTATION EWebStencilsException : public Web::Httpapp::EWebBrokerException

Properties

Type Visibility Source Unit Parent
class public
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils Web.Stencils

Description

EWebBrokerException is an exception raised by WebBroker objects.

Web.Stencils.EWebStencilsException inherits from Web.HTTPApp.EWebBrokerException. All content below this line refers to Web.HTTPApp.EWebBrokerException.

EWebBrokerException is an exception raised by WebBroker objects.

EWebBrokerException is raised when a WebBroker object encounters a problem. It functions identically to its parent class, TException.

See Also