FileLoadException.cs 171 B

12345678910
  1. namespace System.IO
  2. {
  3. partial class FileLoadException
  4. {
  5. internal static string FormatFileLoadExceptionMessage (string fileName, int hResult)
  6. {
  7. return "";
  8. }
  9. }
  10. }