多项选择题

下列语句中,能够捕捉全部异常的是()。

A.exceptExceptionasresult:
B.except(NameError,FileNotFoundError)
C.exceptNameError:
D.except: