I live in the belief that is not possible to produce / generate an Access Violation Exception in "pure" managed code in .Net. If one looks at .Net as flawless and does not use any external libraries (that is not managed) through for example interop.
Am I living in a fantasy?
throw new AccessViolationException();
This is pure managed code and it produces AccessViolationException :P
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With