V8ScriptEnginePromiseRejectionCallback Property |
Gets or sets a callback for
promise rejection events.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.1.1
Syntaxpublic V8PromiseRejectionCallback PromiseRejectionCallback { get; set; }Public Property PromiseRejectionCallback As V8PromiseRejectionCallback
Get
Set
public:
property V8PromiseRejectionCallback^ PromiseRejectionCallback {
V8PromiseRejectionCallback^ get ();
void set (V8PromiseRejectionCallback^ value);
}member PromiseRejectionCallback : V8PromiseRejectionCallback with get, set
Property Value
V8PromiseRejectionCallback
See Also