exceptionParameter property
CatchClauseParameter?
get
exceptionParameter
The parameter whose value is the exception that was thrown, or null
if
there's no catch
keyword.
Implementation
CatchClauseParameter? get exceptionParameter;