10 lines
171 B
C#
Raw Normal View History

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