The meaning of life is to explore the world

Crash before class instantiation

Posted on By Jason Liu

Is it possible to crash in a class before its constructor runs?
Yes.
One possibility is it cannot load the libraries it’s referencing.
E.g.
my_image

If the actual log4net.dll is not under version 1.2.13.0, then the crash will happen.