找考题网-背景图
单项选择题

A.raise ServiceExceptionB.throw new ServiceException()C……

假设有自定义异常类ServiceException,那么抛出该异常的语句正确的是哪项?()

A.raise ServiceException
B.throw new ServiceException()
C.throw ServiceException
D.throws ServiceException