How do I catch a custom exception generated in a c++ dll on c#?

后端 未结 0 707
北恋
北恋 2021-01-13 05:58

I\'m creating a C++ DLL to be used in C#. This DLL throws exceptions whenever anything is wrong and the idea is to handle these in the C# code.

I created a new except

相关标签:
回答
  • 消灭零回复
提交回复
热议问题