3 instantiations of TypeInitializationException
mscorlib (3)
system\globalization\japanesecalendar.cs (1)
356throw new TypeInitializationException(this.GetType().FullName, e);
system\globalization\koreancalendar.cs (1)
104throw new TypeInitializationException(this.GetType().FullName, e);
system\globalization\taiwancalendar.cs (1)
101throw new TypeInitializationException(this.GetType().FullName, e);
4 references to TypeInitializationException
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\ExceptionUtility.cs (1)
22if ((exception is TypeInitializationException) || (exception is TargetInvocationException))
System.ServiceModel.Internals (1)
System\Runtime\Fx.cs (1)
217if (exception is TypeInitializationException ||
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
171if (tie.InnerException is TypeInitializationException && tie.InnerException.InnerException != null)
AuthoringOM\DependencyObject.cs (1)
55catch (TypeInitializationException)