All Questions
Tagged with exceptions il2cpp
1 question
1
vote
1
answer
118
views
DivideByZeroException is only thrown in Mono builds, not in IL2CPP. Why?
I'm working on exception handling and I usually test it with causing a DivideByZeroException.
But this time it's not thrown. (While throwing a ...