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.
If the actual log4net.dll is not under version 1.2.13.0, then the crash will happen.
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.
If the actual log4net.dll is not under version 1.2.13.0, then the crash will happen.