Type Summary

						CF
						public class FileLoadException : IOException
 {
   // Constructors
   CF
						public FileLoadException()
MS CF
						protected FileLoadException (SerializationInfo info,
                                   StreamingContext context);
   CF
						public FileLoadException(string message)
   CF
						public FileLoadException(string message, Exception inner)
   CF
						public FileLoadException(string message, string fileName)
   CF
						public FileLoadException(string message, string fileName, Exception inner)

   // Properties
   CF
						public string FileName { get; }
MS CF
						public string FusionLog { get; }
   CF
						public override string Message { get; }

   // Methods
MS CF
						public override void GetObjectData (SerializationInfo info,
                                          StreamingContext context);
   CF
						public override string ToString ();
 }

BA See my comments on FileNotFoundException ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.