Hi all,
I am getting the error "The type initializer for "MyExeName.Libr aryName" threw an exception."
where liraryName Class have the Static constructor and the private constructor.I had a little quest over this and observed that the exception occurs
When a class initializer fails to initialize a type . I also observed that it occurs mostly with the static constructors.
Could anyone help me to resolve this issue ?
Thanks
I am getting the error "The type initializer for "MyExeName.Libr aryName" threw an exception."
where liraryName Class have the Static constructor and the private constructor.I had a little quest over this and observed that the exception occurs
When a class initializer fails to initialize a type . I also observed that it occurs mostly with the static constructors.
Could anyone help me to resolve this issue ?
Thanks
Comment