Mono Class Library: System.IO Namespace

System.IO.FileLoadException Class

Represents the error that occurs when a System.Reflection.Assembly file is found but cannot be loaded. [Edit]

See Also: FileLoadException Members

System.Object
     System.Exception
          System.SystemException
               System.IO.IOException
                    System.IO.FileLoadException

[System.Runtime.InteropServices.ComVisible(true)]
public class FileLoadException : IOException

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

Note: The System.IO.FileNotFoundException exception is thrown when the file fails to load because it cannot be located. If the file is located, but cannot be loaded due to insufficient permissions, a System.Security.SecurityException is thrown.
[Edit]

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0