8 [ReinteropNativeImplementation(
"CesiumForUnityNative::TestReinteropImpl",
"TestReinteropImpl.h",
true)]
9 internal partial class TestReinterop
11 public partial
bool CallThrowAnExceptionFromCppAndCatchIt();
12 public partial
bool CallThrowAnExceptionFromCppAndDontCatchIt();
13 public partial
bool ThrowCppStdException();
14 public partial
bool ThrowOtherCppExceptionType();
16 public static void ThrowAnException()
18 throw new System.Exception(
"Test Exception!");