다음을 통해 공유


JSContextExceptionHandler 대리자

정의

로 사용할 수 있는 대리자입니다 ExceptionHandler.

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

매개 변수

context
JSContext
exception
JSValue

적용 대상