Compartir a través de


JSContextExceptionHandler Delegado

Definición

Delegado que se puede usar como ExceptionHandler.

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

Parámetros

context
JSContext
exception
JSValue

Se aplica a