Home
last modified time | relevance | path

Searched refs:StaticConstructor2Exception (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dabort-cctor.cs90 class StaticConstructor2Exception : Exception {} class in Driver
98 throw new StaticConstructor2Exception (); in StaticConstructor2()
129 if (!(e.InnerException is StaticConstructor2Exception)) in Test2()