1.3.1 Question
Multiple Choices
What occurs if an unhandled error is fired on a startup task?
- A. The startup role consumes the error during its load; if there is no event handler configured, it is set to Handled as the task completes.
- B. The startup is cancelled and the role does not start.
- C. The OnStop method automatically runs.
- D. The startup task goes to the lowest security setting and continues to run, if possible.