Condividi tramite


JSContextExceptionHandler Delegato

Definizione

Delegato che può essere usato come ExceptionHandler.

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

Parametri

context
JSContext
exception
JSValue

Si applica a