JSContextExceptionHandler 委托

定义

可用作 的 ExceptionHandler委托。

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

参数

context
JSContext
exception
JSValue

适用于