A C++ exception object may be an int, a char or a double, but unlimited information to be sent when an exception is thrown may be put in
a) The catch block
b) The try block
c) The throw block
d) An exception object
e) The function that throws the exception
d) An exception object
Computer Science & Information Technology