Files
linux-packaging-mono/mcs/class/corlib/corert/RuntimeAugments.cs

12 lines
187 B
C#
Raw Normal View History

using System;
namespace Internal.Runtime.Augments
{
partial class RuntimeAugments
{
public static void ReportUnhandledException (Exception exception)
{
throw exception;
}
}
}