单项选择题

A. Replace line 14 with the following line: throw;
B. Replace line 14 with the following line: throw new FaultException(anOrder, ex.ToString());
C. After line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw ex;
D. Alter line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw new FaultException(anOrder, "Divide by zero exception");