We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e61b0 commit 87f4218Copy full SHA for 87f4218
native~/Runtime/src/TestReinteropImpl.cpp
@@ -25,7 +25,7 @@ bool TestReinteropImpl::CallThrowAnExceptionFromCppAndDontCatchIt(
25
26
bool TestReinteropImpl::ThrowCppStdException(
27
const DotNet::CesiumForUnity::TestReinterop& instance) {
28
- throw std::exception("An exceptional hello from C++!");
+ throw std::runtime_error("An exceptional hello from C++!");
29
}
30
31
bool TestReinteropImpl::ThrowOtherCppExceptionType(
0 commit comments