Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX