标签: .net managed-c++
我正在查看代码文件,并按以下格式查看catch语句:
try{ do_something(); } catch (System::Exception^ e){ log_something(); }
捕获器中^运算符的意义是什么?