Files
linux-packaging-mono/mcs/class/System.Private.CoreLib/System.IO/FileLoadException.cs

10 lines
171 B
C#
Raw Normal View History

namespace System.IO
{
partial class FileLoadException
{
internal static string FormatFileLoadExceptionMessage (string fileName, int hResult)
{
return "";
}
}
}