次の方法で共有


JSContextExceptionHandler 代理人

定義

として ExceptionHandler使用できるデリゲート。

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

パラメーター

context
JSContext
exception
JSValue

適用対象