Class ExceptionHandlerAsyncHandler
- Namespace
- JavaScriptCore.Internal
- Assembly
- JavaScriptCore-6.0.dll
Async Handler for ExceptionHandler. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
public class ExceptionHandlerAsyncHandler
- Inheritance
-
ExceptionHandlerAsyncHandler
- Inherited Members
Constructors
ExceptionHandlerAsyncHandler(ExceptionHandler)
public ExceptionHandlerAsyncHandler(ExceptionHandler managed)
Parameters
managed
ExceptionHandler
Fields
NativeCallback
public ExceptionHandler NativeCallback