Can not catch exception when Marshal.FreeHGlobal error

前端 未结 0 1918
有刺的猬
有刺的猬 2021-01-23 01:22

I am newbie in C# .NET. Today, I have a problem, such as below:

I have following code

try
{
    Marshal.FreeHGlobal(xxx);
    Marshal.FreeHGlobal(xxx);
}ca         


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