S
Steven Cool
Hello,
I have a problem with trowing exception from a __gc class to c# class.
I have a wrapper class which wraps an unmanaged class. On a certain
moment I check something in that wrapper and if the result is false, I
throw a selfMadeException. The selfMadeException is extended from the
System.Exception Class.
Everything works fine in debug mode but when i turn into release mode,
the program crashes on throwing the exception...
Does somebody knows a solution for this problem?
regards
Steven
I have a problem with trowing exception from a __gc class to c# class.
I have a wrapper class which wraps an unmanaged class. On a certain
moment I check something in that wrapper and if the result is false, I
throw a selfMadeException. The selfMadeException is extended from the
System.Exception Class.
Everything works fine in debug mode but when i turn into release mode,
the program crashes on throwing the exception...
Does somebody knows a solution for this problem?
regards
Steven