1 write to Exception
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
98
cctors[cctorIndex].
Exception
= wrappedException;
2 references to Exception
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
82
TypeInitializationException priorException = cctors[cctorIndex].
Exception
;
365
if (cctors[cctorIndex].
Exception
== null)