A.return Marshal.GetExceptionForHR(CustomException.COR_E_ARGUMENT);
B.return CustomException.COR_E_ARGUMENT;
C.Marshal.ThrowExceptionForHR(CustomException.COR_E_ARGUMENT);
D.throw new CustomException(“Argument is out of bounds”);
選擇正確的選項(xiàng)()
A.A
B.B
C.C
D.D
E.E
F.F