Which code segment should you insert at line PS08?

You need to implement the Printer Survey error handling.
Which code segment should you insert at line PS08?
A. WinJS.Promise.onError(this).done(printnearme_errhandler);
B. WinJS.Promise.done(this).then(printersurvey_errhandler);
C. WinJS.Promise.onError(WinJS.Promise.onerror, printersurvey_errhandler);
D. WinJS.Promise.addEventListener("error", printnearme errhandler);

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.