共用方式為


JSContextExceptionHandler 代理人

定義

可作為 的 ExceptionHandler 委派。

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

參數

context
JSContext
exception
JSValue

適用於