Appearance
Registers a callback that is invoked when a promise is rejected, and returns a new chained promise.
public JSPromise Catch(Func<JSError, JSValue> rejected)