So what is a TypeInitializationException?
"The exception that is thrown as a wrapper around the exception thrown by the class initializer"
So what is a "class initializer"?
A static constructor
But I don't have a static constructor on my class.
If
Read More