Delegate ExceptionHandler
A delegate to catch exceptions occuring in proxy.
Namespace: Titanium.Web.Proxy
Assembly: Titanium.Web.Proxy.dll
Syntax
public delegate void ExceptionHandler(Exception exception);
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | The exception occurred in proxy. |