单项选择题

A.raise MyException("message")
B.throw MyException("message")
C.exception MyException("message")
D.new Exception("message")