G
Guest
Hi,
How do i catch an unmanaged c++ exceptions ?
right now i can catch the System.Runtime.InteropServices.SEHException and
System.Exception exceptions , but i wan't to catch myException unmanaged
class , how do i do this ?
Thanks.
How do i catch an unmanaged c++ exceptions ?
right now i can catch the System.Runtime.InteropServices.SEHException and
System.Exception exceptions , but i wan't to catch myException unmanaged
class , how do i do this ?
Thanks.