Table of Contents

SetExceptionHandler Method

SetExceptionHandler(Func<Exception, bool>)

public static void SetExceptionHandler(Func<Exception, bool> handler)

Invoked when error occurred. Return true if exception handled in your handler. (ie. stop flowing to subsequent call stack)

Args: (exception)

Parameters

handler Func<Exception, bool>