Click or drag to resize

V8ScriptEnginePromiseRejectionCallback Property

Gets or sets a callback for promise rejection events.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.1.1
Syntax
public V8PromiseRejectionCallback PromiseRejectionCallback { get; set; }

Property Value

V8PromiseRejectionCallback
See Also