3 references to TypeInitializationException
mscorlib (3)
system\globalization\japanesecalendar.cs (1)
356
throw new
TypeInitializationException
(this.GetType().FullName, e);
system\globalization\koreancalendar.cs (1)
104
throw new
TypeInitializationException
(this.GetType().FullName, e);
system\globalization\taiwancalendar.cs (1)
101
throw new
TypeInitializationException
(this.GetType().FullName, e);