10 lines
171 B
C#
10 lines
171 B
C#
|
namespace System.IO
|
||
|
{
|
||
|
partial class FileLoadException
|
||
|
{
|
||
|
internal static string FormatFileLoadExceptionMessage (string fileName, int hResult)
|
||
|
{
|
||
|
return "";
|
||
|
}
|
||
|
}
|
||
|
}
|