When I catch an exception I can see the NativeErrorCode when I'm debugging
through the code, but how do I get this programatically ?
I need to check if the exception I catch is with
nativeErrorCode -1072824317 since this is the only error I'm interestet in.
Thanks in advance
Paw
through the code, but how do I get this programatically ?
I need to check if the exception I catch is with
nativeErrorCode -1072824317 since this is the only error I'm interestet in.
Thanks in advance
Paw
Comment