[corlib] CoreRT System.Threading.Tasks (#6672)
[mono-project.git] / mcs / class / corlib / corert / RuntimeAugments.cs
blob64d7fbb8008569a860d56a4b873f63bc2fab63d9
1 using System;
3 namespace Internal.Runtime.Augments
5 partial class RuntimeAugments
7 public static void ReportUnhandledException (Exception exception)
9 throw exception;