2 using System
.Collections
.Generic
;
6 static void Trigger () {
7 List
<string> inners
= new List
<string> ();
8 inners
.Add ("Failed to run update to completion");
9 throw new Exception ();
12 static int Main (string[] args
)
16 } catch (TypeLoadException e
) {
18 } catch (Exception e
) {