Show / Hide Table of Contents

    Interface IExceptionHandler

    Interface for a exception handler.

    Namespace: ComponentTask
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IExceptionHandler
    Remarks

    Can be used to log exceptions when using a custom LocalTaskRunner.

    Methods

    Handle(Exception)

    Handle the exception that was thrown.

    Declaration
    void Handle(Exception exception)
    Parameters
    Type Name Description
    System.Exception exception

    Exception that was thrown.

    Back to top ComponentTask documentation