3 instantiations of 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);
4 references to TypeInitializationException
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\ExceptionUtility.cs (1)
22
if ((exception is
TypeInitializationException
) || (exception is TargetInvocationException))
System.ServiceModel.Internals (1)
System\Runtime\Fx.cs (1)
217
if (exception is
TypeInitializationException
||
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
171
if (tie.InnerException is
TypeInitializationException
&& tie.InnerException.InnerException != null)
AuthoringOM\DependencyObject.cs (1)
55
catch (
TypeInitializationException
)