JSContextExceptionHandler Delegate

Definition

The delegate that can be used as the ExceptionHandler.

public delegate void JSContextExceptionHandler(JSContext context, JSValue exception);
type JSContextExceptionHandler = delegate of JSContext * JSValue -> unit

Parameters

context
JSContext
exception
JSValue

Applies to