Question:When ActionScript can immediately judge an operation to be in violation of a security rule, the __________ exception is thrown, and if, after waiting for some asynchronous task to complete, ActionScript deems an operation in violation of a security rule, the __________ event is dispatched.
A Security, SecurityErrorEvent.SECURITY_ERROR
B SecurityError, SecurityErrorEvent.ERROR
C SecurityError, SecurityErrorEvent.SECURITY_ERROR
D Security, SecurityErrorEvent.ERROR
+ AnswerC
+ Report