Compartilhar via


JSContextExceptionHandler Delegar

Definição

O delegado que pode ser usado como o ExceptionHandler.

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

Parâmetros

context
JSContext
exception
JSValue

Aplica-se a