Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TWebHandler.OnShowRequestException

Event for custom exception handling during request processing

Declaration

Source position: custweb.pp line 103

public property TWebHandler.OnShowRequestException : TOnShowRequestException
  read FOnShowRequestException
  write FOnShowRequestException;

Description

Event called when an exception occurs during HTTP request processing. Allows custom handling of exceptions before the default error response is generated.

See also

TOnShowRequestException

  

Event type for custom exception handling in HTTP requests


Documentation generated on: Jan 27 2026