0

I'm looking at a code file and see an catch statement in the following format:

try{
    do_something();
} catch (System::Exception^ e){
    log_something();
}

What is the significance of the ^ operator in the catch?

Joe
  • 41,484
  • 20
  • 104
  • 125
Lee
  • 567
  • 5
  • 18

0 Answers0