The throw keyword is used to perform which two actions? (Choose two.)
A.
stop processing of the code
B.
move error handling to a separate thread
C.
raise exceptions
D.
re-throw exceptions as a different type
The throw keyword is used to perform which two actions? (Choose two.)
The throw keyword is used to perform which two actions? (Choose two.)
A.
stop processing of the code
B.
move error handling to a separate thread
C.
raise exceptions
D.
re-throw exceptions as a different type
Should be C and D
https://msdn.microsoft.com/nl-nl/library/1ah5wsex.aspx