IJsPromiseCatch Method (FuncObject, Object) |
Namespace: DotNetBrowser.Js
IJsPromise Catch( Func<Object, Object> onRejected )
Exception | Condition |
---|---|
JsException | The JavaScript function raised an exception. |
ObjectDisposedException | The IJsPromise has already been disposed. |
ConnectionClosedException | The connection to the Chromium engine is closed. |